Html Css Color HEX #AF1DCE Dark Orchid

📋 copy color: '#AF1DCE'

red 175 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #AF1DCE

Tints of Dark Orchid #AF1DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.07%

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

R = 42.68%
G = 7.07%
B = 50.24%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF1DCE (or 0xAF1DCE) is known color: Dark Orchid. HEX triplet: AF, 1D and CE. RGB value is (175,29,206). Sum of RGB (Red+Green+Blue) = 175+29+206=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF1DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DCE is #50E231. Grayscale: #5C5C5C. Windows color (decimal): -5300786 or 13508015. OLE color: 13508015.

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

Color convert

RGB 175 29 206 -
CMYK 0.15 0.86 0 0.19
HSL 289.49º 0.75% 0.46% -
HSV(B) 289.49º 0.86% 0.81% -
XYZ 29.26 14.45 59.64 -
YUV 92.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 175 29 206 0.15 0.86 0 0.19 289.49 0.75 0.46
Hex AF 1D CE F 56 0 13 121 4B 2E
Octal 257 35 316 17 126 0 23 441 113 56
Binary 10101111 11101 11001110 1111 1010110 0 10011 100100001 1001011 101110

Color Harmonies of #AF1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DCE

Black with #AF1DCE

Text Example


Text Example

White with #AF1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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