Html Css Color HEX #AF2CCE Dark Orchid

📋 copy color: '#AF2CCE'

red 175 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #AF2CCE

Tints of Dark Orchid #AF2CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.35%

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

R = 41.18%
G = 10.35%
B = 48.47%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF2CCE (or 0xAF2CCE) is known color: Dark Orchid. HEX triplet: AF, 2C and CE. RGB value is (175,44,206). Sum of RGB (Red+Green+Blue) = 175+44+206=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF2CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CCE is #50D331. Grayscale: #656565. Windows color (decimal): -5296946 or 13511855. OLE color: 13511855.

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

Color convert

RGB 175 44 206 -
CMYK 0.15 0.79 0 0.19
HSL 288.52º 0.65% 0.49% -
HSV(B) 288.52º 0.79% 0.81% -
XYZ 29.72 15.37 59.79 -
YUV 101.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 175 44 206 0.15 0.79 0 0.19 288.52 0.65 0.49
Hex AF 2C CE F 4F 0 13 121 41 31
Octal 257 54 316 17 117 0 23 441 101 61
Binary 10101111 101100 11001110 1111 1001111 0 10011 100100001 1000001 110001

Color Harmonies of #AF2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CCE

Black with #AF2CCE

Text Example


Text Example

White with #AF2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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