Html Css Color HEX #AF2CDD Dark Orchid

📋 copy color: '#AF2CDD'

red 175 ◦ green 44 ◦ blue 221

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

Shades of Dark Orchid #AF2CDD

Tints of Dark Orchid #AF2CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 39.77%
G = 10%
B = 50.23%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF2CDD (or 0xAF2CDD) is known color: Dark Orchid. HEX triplet: AF, 2C and DD. RGB value is (175,44,221). Sum of RGB (Red+Green+Blue) = 175+44+221=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CDD is #50D322. Grayscale: #666666. Windows color (decimal): -5296931 or 14494895. OLE color: 14494895.

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

Color convert

RGB 175 44 221 -
CMYK 0.21 0.80 0 0.13
HSL 284.41º 0.72% 0.52% -
HSV(B) 284.41º 0.8% 0.87% -
XYZ 31.63 16.14 69.85 -
YUV 103.35 194.4 179.11 -
System Red Green Blue C M Y K H S L
Decimal 175 44 221 0.21 0.80 0 0.13 284.41 0.72 0.52
Hex AF 2C DD 15 50 0 D 11C 48 34
Octal 257 54 335 25 120 0 15 434 110 64
Binary 10101111 101100 11011101 10101 1010000 0 1101 100011100 1001000 110100

Color Harmonies of #AF2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CDD

Black with #AF2CDD

Text Example


Text Example

White with #AF2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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