Html Css Color HEX #AF62CB Medium Orchid

📋 copy color: '#AF62CB'

red 175 ◦ green 98 ◦ blue 203

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

Shades of Medium Orchid #AF62CB

Tints of Medium Orchid #AF62CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.59%

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

R = 36.76%
G = 20.59%
B = 42.65%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF62CB (or 0xAF62CB) is known color: Medium Orchid. HEX triplet: AF, 62 and CB. RGB value is (175,98,203). Sum of RGB (Red+Green+Blue) = 175+98+203=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF62CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62CB is #509D34. Grayscale: #848484. Windows color (decimal): -5283125 or 13329071. OLE color: 13329071.

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

Color convert

RGB 175 98 203 -
CMYK 0.14 0.52 0 0.20
HSL 284º 0.5% 0.59% -
HSV(B) 284º 0.52% 0.8% -
XYZ 32.83 22.16 59.05 -
YUV 132.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 175 98 203 0.14 0.52 0 0.20 284 0.5 0.59
Hex AF 62 CB E 34 0 14 11C 32 3B
Octal 257 142 313 16 64 0 24 434 62 73
Binary 10101111 1100010 11001011 1110 110100 0 10100 100011100 110010 111011

Color Harmonies of #AF62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62CB

Black with #AF62CB

Text Example


Text Example

White with #AF62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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