Html Css Color HEX #AF2CDF Dark Orchid

📋 copy color: '#AF2CDF'

red 175 ◦ green 44 ◦ blue 223

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

Shades of Dark Orchid #AF2CDF

Tints of Dark Orchid #AF2CDF

RGB

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

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

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

R = 39.59%
G = 9.95%
B = 50.45%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF2CDF (or 0xAF2CDF) is known color: Dark Orchid. HEX triplet: AF, 2C and DF. RGB value is (175,44,223). Sum of RGB (Red+Green+Blue) = 175+44+223=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF2CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CDF is #50D320. Grayscale: #666666. Windows color (decimal): -5296929 or 14625967. OLE color: 14625967.

HSL color Cylindrical-coordinate representation of color #AF2CDF: hue angle of 283.91º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2CDF is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 44 223 -
CMYK 0.22 0.80 0 0.13
HSL 283.91º 0.74% 0.52% -
HSV(B) 283.91º 0.8% 0.87% -
XYZ 31.9 16.24 71.27 -
YUV 103.58 195.4 178.95 -
System Red Green Blue C M Y K H S L
Decimal 175 44 223 0.22 0.80 0 0.13 283.91 0.74 0.52
Hex AF 2C DF 16 50 0 D 11C 4A 34
Octal 257 54 337 26 120 0 15 434 112 64
Binary 10101111 101100 11011111 10110 1010000 0 1101 100011100 1001010 110100

Color Harmonies of #AF2CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CDF

Black with #AF2CDF

Text Example


Text Example

White with #AF2CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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