Html Css Color HEX #AF3CDF Dark Orchid

📋 copy color: '#AF3CDF'

red 175 ◦ green 60 ◦ blue 223

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

Shades of Dark Orchid #AF3CDF

Tints of Dark Orchid #AF3CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 38.21%
G = 13.1%
B = 48.69%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF3CDF (or 0xAF3CDF) is known color: Dark Orchid. HEX triplet: AF, 3C and DF. RGB value is (175,60,223). Sum of RGB (Red+Green+Blue) = 175+60+223=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF3CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CDF is #50C320. Grayscale: #707070. Windows color (decimal): -5292833 or 14630063. OLE color: 14630063.

HSL color Cylindrical-coordinate representation of color #AF3CDF: hue angle of 282.33º degrees, saturation: 0.72, 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 #AF3CDF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 60 223 -
CMYK 0.22 0.73 0 0.13
HSL 282.33º 0.72% 0.55% -
HSV(B) 282.33º 0.73% 0.87% -
XYZ 32.61 17.67 71.5 -
YUV 112.97 190.1 172.25 -
System Red Green Blue C M Y K H S L
Decimal 175 60 223 0.22 0.73 0 0.13 282.33 0.72 0.55
Hex AF 3C DF 16 49 0 D 11A 48 37
Octal 257 74 337 26 111 0 15 432 110 67
Binary 10101111 111100 11011111 10110 1001001 0 1101 100011010 1001000 110111

Color Harmonies of #AF3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CDF

Black with #AF3CDF

Text Example


Text Example

White with #AF3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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