Html Css Color HEX #AF1CCD Dark Orchid

📋 copy color: '#AF1CCD'

red 175 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #AF1CCD

Tints of Dark Orchid #AF1CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 42.89%
G = 6.86%
B = 50.25%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF1CCD (or 0xAF1CCD) is known color: Dark Orchid. HEX triplet: AF, 1C and CD. RGB value is (175,28,205). Sum of RGB (Red+Green+Blue) = 175+28+205=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF1CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CCD is #50E332. Grayscale: #5B5B5B. Windows color (decimal): -5301043 or 13442223. OLE color: 13442223.

HSL color Cylindrical-coordinate representation of color #AF1CCD: hue angle of 289.83º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1CCD is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 28 205 -
CMYK 0.15 0.86 0 0.20
HSL 289.83º 0.76% 0.46% -
HSV(B) 289.83º 0.86% 0.8% -
XYZ 29.11 14.35 58.99 -
YUV 92.13 191.7 187.11 -
System Red Green Blue C M Y K H S L
Decimal 175 28 205 0.15 0.86 0 0.20 289.83 0.76 0.46
Hex AF 1C CD F 56 0 14 122 4C 2E
Octal 257 34 315 17 126 0 24 442 114 56
Binary 10101111 11100 11001101 1111 1010110 0 10100 100100010 1001100 101110

Color Harmonies of #AF1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CCD

Black with #AF1CCD

Text Example


Text Example

White with #AF1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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