Html Css Color HEX #AF37CD Dark Orchid

📋 copy color: '#AF37CD'

red 175 ◦ green 55 ◦ blue 205

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

Shades of Dark Orchid #AF37CD

Tints of Dark Orchid #AF37CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.64%

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

R = 40.23%
G = 12.64%
B = 47.13%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF37CD (or 0xAF37CD) is known color: Dark Orchid. HEX triplet: AF, 37 and CD. RGB value is (175,55,205). Sum of RGB (Red+Green+Blue) = 175+55+205=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF37CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37CD is #50C832. Grayscale: #6B6B6B. Windows color (decimal): -5294131 or 13449135. OLE color: 13449135.

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

Color convert

RGB 175 55 205 -
CMYK 0.15 0.73 0 0.20
HSL 288º 0.6% 0.51% -
HSV(B) 288º 0.73% 0.8% -
XYZ 30.06 16.25 59.31 -
YUV 107.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 175 55 205 0.15 0.73 0 0.20 288 0.6 0.51
Hex AF 37 CD F 49 0 14 120 3C 33
Octal 257 67 315 17 111 0 24 440 74 63
Binary 10101111 110111 11001101 1111 1001001 0 10100 100100000 111100 110011

Color Harmonies of #AF37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37CD

Black with #AF37CD

Text Example


Text Example

White with #AF37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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