Html Css Color HEX #AF2DCE Dark Orchid

📋 copy color: '#AF2DCE'

red 175 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #AF2DCE

Tints of Dark Orchid #AF2DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.56%

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 41.08%
G = 10.56%
B = 48.36%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF2DCE (or 0xAF2DCE) is known color: Dark Orchid. HEX triplet: AF, 2D and CE. RGB value is (175,45,206). Sum of RGB (Red+Green+Blue) = 175+45+206=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF2DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DCE is #50D231. Grayscale: #656565. Windows color (decimal): -5296690 or 13512111. OLE color: 13512111.

HSL color Cylindrical-coordinate representation of color #AF2DCE: hue angle of 288.45º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2DCE is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 45 206 -
CMYK 0.15 0.78 0 0.19
HSL 288.45º 0.64% 0.49% -
HSV(B) 288.45º 0.78% 0.81% -
XYZ 29.76 15.45 59.81 -
YUV 102.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 175 45 206 0.15 0.78 0 0.19 288.45 0.64 0.49
Hex AF 2D CE F 4E 0 13 120 40 31
Octal 257 55 316 17 116 0 23 440 100 61
Binary 10101111 101101 11001110 1111 1001110 0 10011 100100000 1000000 110001

Color Harmonies of #AF2DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DCE

Black with #AF2DCE

Text Example


Text Example

White with #AF2DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DCE; }

 p { color: rgb(175,45,206); }

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

background-color css

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

 a { background-color: rgb(175,45,206); }

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

border-color css

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

 span { border-color: rgb(175,45,206); }

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