Html Css Color HEX #AF3CDE Dark Orchid

📋 copy color: '#AF3CDE'

red 175 ◦ green 60 ◦ blue 222

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

Shades of Dark Orchid #AF3CDE

Tints of Dark Orchid #AF3CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.13%

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 38.29%
G = 13.13%
B = 48.58%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF3CDE (or 0xAF3CDE) is known color: Dark Orchid. HEX triplet: AF, 3C and DE. RGB value is (175,60,222). Sum of RGB (Red+Green+Blue) = 175+60+222=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF3CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CDE is #50C321. Grayscale: #707070. Windows color (decimal): -5292834 or 14564527. OLE color: 14564527.

HSL color Cylindrical-coordinate representation of color #AF3CDE: hue angle of 282.59º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3CDE is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 60 222 -
CMYK 0.21 0.73 0 0.13
HSL 282.59º 0.71% 0.55% -
HSV(B) 282.59º 0.73% 0.87% -
XYZ 32.48 17.62 70.8 -
YUV 112.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 175 60 222 0.21 0.73 0 0.13 282.59 0.71 0.55
Hex AF 3C DE 15 49 0 D 11B 47 37
Octal 257 74 336 25 111 0 15 433 107 67
Binary 10101111 111100 11011110 10101 1001001 0 1101 100011011 1000111 110111

Color Harmonies of #AF3CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CDE

Black with #AF3CDE

Text Example


Text Example

White with #AF3CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CDE; }

 p { color: rgb(175,60,222); }

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

background-color css

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

 a { background-color: rgb(175,60,222); }

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

border-color css

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

 span { border-color: rgb(175,60,222); }

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