Html Css Color HEX #AF68CC Medium Orchid

📋 copy color: '#AF68CC'

red 175 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #AF68CC

Tints of Medium Orchid #AF68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.53%

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 36.23%
G = 21.53%
B = 42.24%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF68CC (or 0xAF68CC) is known color: Medium Orchid. HEX triplet: AF, 68 and CC. RGB value is (175,104,204). Sum of RGB (Red+Green+Blue) = 175+104+204=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF68CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68CC is #509733. Grayscale: #888888. Windows color (decimal): -5281588 or 13396143. OLE color: 13396143.

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

Color convert

RGB 175 104 204 -
CMYK 0.14 0.49 0 0.2
HSL 282.6º 0.5% 0.6% -
HSV(B) 282.6º 0.49% 0.8% -
XYZ 33.53 23.37 59.87 -
YUV 136.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 175 104 204 0.14 0.49 0 0.2 282.6 0.5 0.6
Hex AF 68 CC E 31 0 14 11B 32 3C
Octal 257 150 314 16 61 0 24 433 62 74
Binary 10101111 1101000 11001100 1110 110001 0 10100 100011011 110010 111100

Color Harmonies of #AF68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68CC

Black with #AF68CC

Text Example


Text Example

White with #AF68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68CC; }

 p { color: rgb(175,104,204); }

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

background-color css

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

 a { background-color: rgb(175,104,204); }

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

border-color css

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

 span { border-color: rgb(175,104,204); }

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