Html Css Color HEX #AF64CB Medium Orchid

📋 copy color: '#AF64CB'

red 175 ◦ green 100 ◦ blue 203

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

Shades of Medium Orchid #AF64CB

Tints of Medium Orchid #AF64CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.92%

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

R = 36.61%
G = 20.92%
B = 42.47%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF64CB (or 0xAF64CB) is known color: Medium Orchid. HEX triplet: AF, 64 and CB. RGB value is (175,100,203). Sum of RGB (Red+Green+Blue) = 175+100+203=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF64CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64CB is #509B34. Grayscale: #858585. Windows color (decimal): -5282613 or 13329583. OLE color: 13329583.

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

Color convert

RGB 175 100 203 -
CMYK 0.14 0.51 0 0.20
HSL 283.69º 0.5% 0.59% -
HSV(B) 283.69º 0.51% 0.8% -
XYZ 33.02 22.54 59.11 -
YUV 134.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 175 100 203 0.14 0.51 0 0.20 283.69 0.5 0.59
Hex AF 64 CB E 33 0 14 11C 32 3B
Octal 257 144 313 16 63 0 24 434 62 73
Binary 10101111 1100100 11001011 1110 110011 0 10100 100011100 110010 111011

Color Harmonies of #AF64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64CB

Black with #AF64CB

Text Example


Text Example

White with #AF64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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