Html Css Color HEX #AF1CDD Dark Orchid

📋 copy color: '#AF1CDD'

red 175 ◦ green 28 ◦ blue 221

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

Shades of Dark Orchid #AF1CDD

Tints of Dark Orchid #AF1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.6%

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

R = 41.27%
G = 6.6%
B = 52.12%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF1CDD (or 0xAF1CDD) is known color: Dark Orchid. HEX triplet: AF, 1C and DD. RGB value is (175,28,221). Sum of RGB (Red+Green+Blue) = 175+28+221=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF1CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CDD is #50E322. Grayscale: #5D5D5D. Windows color (decimal): -5301027 or 14490799. OLE color: 14490799.

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

Color convert

RGB 175 28 221 -
CMYK 0.21 0.87 0 0.13
HSL 285.7º 0.78% 0.49% -
HSV(B) 285.7º 0.87% 0.87% -
XYZ 31.15 15.16 69.69 -
YUV 93.96 199.7 185.81 -
System Red Green Blue C M Y K H S L
Decimal 175 28 221 0.21 0.87 0 0.13 285.7 0.78 0.49
Hex AF 1C DD 15 57 0 D 11E 4E 31
Octal 257 34 335 25 127 0 15 436 116 61
Binary 10101111 11100 11011101 10101 1010111 0 1101 100011110 1001110 110001

Color Harmonies of #AF1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CDD

Black with #AF1CDD

Text Example


Text Example

White with #AF1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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