Html Css Color HEX #AF66CF Medium Orchid

📋 copy color: '#AF66CF'

red 175 ◦ green 102 ◦ blue 207

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

Shades of Medium Orchid #AF66CF

Tints of Medium Orchid #AF66CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 36.16%
G = 21.07%
B = 42.77%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF66CF (or 0xAF66CF) is known color: Medium Orchid. HEX triplet: AF, 66 and CF. RGB value is (175,102,207). Sum of RGB (Red+Green+Blue) = 175+102+207=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF66CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66CF is #509930. Grayscale: #878787. Windows color (decimal): -5282097 or 13592239. OLE color: 13592239.

HSL color Cylindrical-coordinate representation of color #AF66CF: hue angle of 281.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF66CF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 102 207 -
CMYK 0.15 0.51 0 0.19
HSL 281.71º 0.52% 0.61% -
HSV(B) 281.71º 0.51% 0.81% -
XYZ 33.69 23.12 61.72 -
YUV 135.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 175 102 207 0.15 0.51 0 0.19 281.71 0.52 0.61
Hex AF 66 CF F 33 0 13 11A 34 3D
Octal 257 146 317 17 63 0 23 432 64 75
Binary 10101111 1100110 11001111 1111 110011 0 10011 100011010 110100 111101

Color Harmonies of #AF66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66CF

Black with #AF66CF

Text Example


Text Example

White with #AF66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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