Html Css Color HEX #AF2FCE Dark Orchid

📋 copy color: '#AF2FCE'

red 175 ◦ green 47 ◦ blue 206

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

Shades of Dark Orchid #AF2FCE

Tints of Dark Orchid #AF2FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.98%

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

R = 40.89%
G = 10.98%
B = 48.13%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF2FCE (or 0xAF2FCE) is known color: Dark Orchid. HEX triplet: AF, 2F and CE. RGB value is (175,47,206). Sum of RGB (Red+Green+Blue) = 175+47+206=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF2FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FCE is #50D031. Grayscale: #666666. Windows color (decimal): -5296178 or 13512623. OLE color: 13512623.

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

Color convert

RGB 175 47 206 -
CMYK 0.15 0.77 0 0.19
HSL 288.3º 0.63% 0.5% -
HSV(B) 288.3º 0.77% 0.81% -
XYZ 29.84 15.6 59.83 -
YUV 103.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 175 47 206 0.15 0.77 0 0.19 288.3 0.63 0.5
Hex AF 2F CE F 4D 0 13 120 3F 32
Octal 257 57 316 17 115 0 23 440 77 62
Binary 10101111 101111 11001110 1111 1001101 0 10011 100100000 111111 110010

Color Harmonies of #AF2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FCE

Black with #AF2FCE

Text Example


Text Example

White with #AF2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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