Html Css Color HEX #AF3CCD Dark Orchid

📋 copy color: '#AF3CCD'

red 175 ◦ green 60 ◦ blue 205

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

Shades of Dark Orchid #AF3CCD

Tints of Dark Orchid #AF3CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.64%

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

R = 39.77%
G = 13.64%
B = 46.59%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF3CCD (or 0xAF3CCD) is known color: Dark Orchid. HEX triplet: AF, 3C and CD. RGB value is (175,60,205). Sum of RGB (Red+Green+Blue) = 175+60+205=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF3CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CCD is #50C332. Grayscale: #6E6E6E. Windows color (decimal): -5292851 or 13450415. OLE color: 13450415.

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

Color convert

RGB 175 60 205 -
CMYK 0.15 0.71 0 0.20
HSL 287.59º 0.59% 0.52% -
HSV(B) 287.59º 0.71% 0.8% -
XYZ 30.31 16.75 59.39 -
YUV 110.92 181.1 173.71 -
System Red Green Blue C M Y K H S L
Decimal 175 60 205 0.15 0.71 0 0.20 287.59 0.59 0.52
Hex AF 3C CD F 47 0 14 120 3B 34
Octal 257 74 315 17 107 0 24 440 73 64
Binary 10101111 111100 11001101 1111 1000111 0 10100 100100000 111011 110100

Color Harmonies of #AF3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CCD

Black with #AF3CCD

Text Example


Text Example

White with #AF3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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