Html Css Color HEX #AF68CB Medium Orchid

📋 copy color: '#AF68CB'

red 175 ◦ green 104 ◦ blue 203

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

Shades of Medium Orchid #AF68CB

Tints of Medium Orchid #AF68CB

RGB

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

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

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

R = 36.31%
G = 21.58%
B = 42.12%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF68CB (or 0xAF68CB) is known color: Medium Orchid. HEX triplet: AF, 68 and CB. RGB value is (175,104,203). Sum of RGB (Red+Green+Blue) = 175+104+203=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF68CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68CB is #509734. Grayscale: #888888. Windows color (decimal): -5281589 or 13330607. OLE color: 13330607.

HSL color Cylindrical-coordinate representation of color #AF68CB: hue angle of 283.03º degrees, saturation: 0.49, 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 #AF68CB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 104 203 -
CMYK 0.14 0.49 0 0.20
HSL 283.03º 0.49% 0.6% -
HSV(B) 283.03º 0.49% 0.8% -
XYZ 33.41 23.33 59.24 -
YUV 136.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 175 104 203 0.14 0.49 0 0.20 283.03 0.49 0.6
Hex AF 68 CB E 31 0 14 11B 31 3C
Octal 257 150 313 16 61 0 24 433 61 74
Binary 10101111 1101000 11001011 1110 110001 0 10100 100011011 110001 111100

Color Harmonies of #AF68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68CB

Black with #AF68CB

Text Example


Text Example

White with #AF68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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