Html Css Color HEX #AF66CB Medium Orchid

📋 copy color: '#AF66CB'

red 175 ◦ green 102 ◦ blue 203

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

Shades of Medium Orchid #AF66CB

Tints of Medium Orchid #AF66CB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.25%

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

R = 36.46%
G = 21.25%
B = 42.29%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF66CB (or 0xAF66CB) is known color: Medium Orchid. HEX triplet: AF, 66 and CB. RGB value is (175,102,203). Sum of RGB (Red+Green+Blue) = 175+102+203=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF66CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66CB is #509934. Grayscale: #878787. Windows color (decimal): -5282101 or 13330095. OLE color: 13330095.

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

Color convert

RGB 175 102 203 -
CMYK 0.14 0.50 0 0.20
HSL 283.37º 0.49% 0.6% -
HSV(B) 283.37º 0.5% 0.8% -
XYZ 33.21 22.93 59.18 -
YUV 135.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 175 102 203 0.14 0.50 0 0.20 283.37 0.49 0.6
Hex AF 66 CB E 32 0 14 11B 31 3C
Octal 257 146 313 16 62 0 24 433 61 74
Binary 10101111 1100110 11001011 1110 110010 0 10100 100011011 110001 111100

Color Harmonies of #AF66CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66CB

Black with #AF66CB

Text Example


Text Example

White with #AF66CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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