Html Css Color HEX #AF2FCD Dark Orchid

📋 copy color: '#AF2FCD'

red 175 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #AF2FCD

Tints of Dark Orchid #AF2FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.01%

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

R = 40.98%
G = 11.01%
B = 48.01%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF2FCD (or 0xAF2FCD) is known color: Dark Orchid. HEX triplet: AF, 2F and CD. RGB value is (175,47,205). Sum of RGB (Red+Green+Blue) = 175+47+205=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FCD is #50D032. Grayscale: #666666. Windows color (decimal): -5296179 or 13447087. OLE color: 13447087.

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

Color convert

RGB 175 47 205 -
CMYK 0.15 0.77 0 0.20
HSL 288.61º 0.63% 0.49% -
HSV(B) 288.61º 0.77% 0.8% -
XYZ 29.72 15.55 59.19 -
YUV 103.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 175 47 205 0.15 0.77 0 0.20 288.61 0.63 0.49
Hex AF 2F CD F 4D 0 14 121 3F 31
Octal 257 57 315 17 115 0 24 441 77 61
Binary 10101111 101111 11001101 1111 1001101 0 10100 100100001 111111 110001

Color Harmonies of #AF2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FCD

Black with #AF2FCD

Text Example


Text Example

White with #AF2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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