Html Css Color HEX #AF2CCD Dark Orchid

📋 copy color: '#AF2CCD'

red 175 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #AF2CCD

Tints of Dark Orchid #AF2CCD

RGB

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

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

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

R = 41.27%
G = 10.38%
B = 48.35%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF2CCD (or 0xAF2CCD) is known color: Dark Orchid. HEX triplet: AF, 2C and CD. RGB value is (175,44,205). Sum of RGB (Red+Green+Blue) = 175+44+205=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CCD is #50D332. Grayscale: #656565. Windows color (decimal): -5296947 or 13446319. OLE color: 13446319.

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

Color convert

RGB 175 44 205 -
CMYK 0.15 0.79 0 0.20
HSL 288.82º 0.65% 0.49% -
HSV(B) 288.82º 0.79% 0.8% -
XYZ 29.6 15.32 59.16 -
YUV 101.52 186.4 180.41 -
System Red Green Blue C M Y K H S L
Decimal 175 44 205 0.15 0.79 0 0.20 288.82 0.65 0.49
Hex AF 2C CD F 4F 0 14 121 41 31
Octal 257 54 315 17 117 0 24 441 101 61
Binary 10101111 101100 11001101 1111 1001111 0 10100 100100001 1000001 110001

Color Harmonies of #AF2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CCD

Black with #AF2CCD

Text Example


Text Example

White with #AF2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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