Html Css Color HEX #AF61CB Medium Orchid

📋 copy color: '#AF61CB'

red 175 ◦ green 97 ◦ blue 203

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

Shades of Medium Orchid #AF61CB

Tints of Medium Orchid #AF61CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.42%

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

R = 36.84%
G = 20.42%
B = 42.74%

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

#AF61CB (or 0xAF61CB) is known color: Medium Orchid. HEX triplet: AF, 61 and CB. RGB value is (175,97,203). Sum of RGB (Red+Green+Blue) = 175+97+203=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF61CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61CB is #509E34. Grayscale: #848484. Windows color (decimal): -5283381 or 13328815. OLE color: 13328815.

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

Color convert

RGB 175 97 203 -
CMYK 0.14 0.52 0 0.20
HSL 284.15º 0.5% 0.59% -
HSV(B) 284.15º 0.52% 0.8% -
XYZ 32.73 21.98 59.02 -
YUV 132.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 175 97 203 0.14 0.52 0 0.20 284.15 0.5 0.59
Hex AF 61 CB E 34 0 14 11C 32 3B
Octal 257 141 313 16 64 0 24 434 62 73
Binary 10101111 1100001 11001011 1110 110100 0 10100 100011100 110010 111011

Color Harmonies of #AF61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61CB

Black with #AF61CB

Text Example


Text Example

White with #AF61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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