Html Css Color HEX #AF45CB Medium Orchid

📋 copy color: '#AF45CB'

red 175 ◦ green 69 ◦ blue 203

#AF45CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AF45CB

Tints of Medium Orchid #AF45CB

RGB

 RED value IS 175 (68.75% from 255) = 39.15%

 GREEN value IS 69 (27.34% from 255) = 15.44%

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 39.15%
G = 15.44%
B = 45.41%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF45CB (or 0xAF45CB) is known color: Medium Orchid. HEX triplet: AF, 45 and CB. RGB value is (175,69,203). Sum of RGB (Red+Green+Blue) = 175+69+203=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF45CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45CB is #50BA34. Grayscale: #737373. Windows color (decimal): -5290549 or 13321647. OLE color: 13321647.

HSL color Cylindrical-coordinate representation of color #AF45CB: hue angle of 287.46º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF45CB is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 69 203 -
CMYK 0.14 0.66 0 0.20
HSL 287.46º 0.56% 0.53% -
HSV(B) 287.46º 0.66% 0.8% -
XYZ 30.59 17.68 58.3 -
YUV 115.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 175 69 203 0.14 0.66 0 0.20 287.46 0.56 0.53
Hex AF 45 CB E 42 0 14 11F 38 35
Octal 257 105 313 16 102 0 24 437 70 65
Binary 10101111 1000101 11001011 1110 1000010 0 10100 100011111 111000 110101

Color Harmonies of #AF45CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45CB

Black with #AF45CB

Text Example


Text Example

White with #AF45CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45CB; }

 p { color: rgb(175,69,203); }

 H1.HeaderClassName
 {
   color: #AF45CB;
 }
 .AnyTagClassName
 {
   color: #AF45CB;
 }
</style>

background-color css

<style>
 a { background-color: #AF45CB; }

 a { background-color: rgb(175,69,203); }

 div.DivClassName
 {
   background-color: #AF45CB;
 }
 .BgClassName
 {
   background-color: #AF45CB;
 }
</style>

border-color css

<style>
 span { border-color: #AF45CB; }

 span { border-color: rgb(175,69,203); }

 td.TdClassName
 {
   border-color: #AF45CB;
 }
 .TagClassName
 {
   border-color: #AF45CB;
 }
</style>