Html Css Color HEX #AF69CB Medium Orchid

📋 copy color: '#AF69CB'

red 175 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #AF69CB

Tints of Medium Orchid #AF69CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.74%

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

R = 36.23%
G = 21.74%
B = 42.03%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF69CB (or 0xAF69CB) is known color: Medium Orchid. HEX triplet: AF, 69 and CB. RGB value is (175,105,203). Sum of RGB (Red+Green+Blue) = 175+105+203=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF69CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69CB is #509634. Grayscale: #888888. Windows color (decimal): -5281333 or 13330863. OLE color: 13330863.

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

Color convert

RGB 175 105 203 -
CMYK 0.14 0.48 0 0.20
HSL 282.86º 0.49% 0.6% -
HSV(B) 282.86º 0.48% 0.8% -
XYZ 33.51 23.53 59.28 -
YUV 137.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 175 105 203 0.14 0.48 0 0.20 282.86 0.49 0.6
Hex AF 69 CB E 30 0 14 11B 31 3C
Octal 257 151 313 16 60 0 24 433 61 74
Binary 10101111 1101001 11001011 1110 110000 0 10100 100011011 110001 111100

Color Harmonies of #AF69CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69CB

Black with #AF69CB

Text Example


Text Example

White with #AF69CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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