Html Css Color HEX #AF3DCD Dark Orchid

📋 copy color: '#AF3DCD'

red 175 ◦ green 61 ◦ blue 205

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

Shades of Dark Orchid #AF3DCD

Tints of Dark Orchid #AF3DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.83%

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

R = 39.68%
G = 13.83%
B = 46.49%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF3DCD (or 0xAF3DCD) is known color: Dark Orchid. HEX triplet: AF, 3D and CD. RGB value is (175,61,205). Sum of RGB (Red+Green+Blue) = 175+61+205=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF3DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DCD is #50C232. Grayscale: #6F6F6F. Windows color (decimal): -5292595 or 13450671. OLE color: 13450671.

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

Color convert

RGB 175 61 205 -
CMYK 0.15 0.70 0 0.20
HSL 287.5º 0.59% 0.52% -
HSV(B) 287.5º 0.7% 0.8% -
XYZ 30.37 16.86 59.41 -
YUV 111.5 180.77 173.29 -
System Red Green Blue C M Y K H S L
Decimal 175 61 205 0.15 0.70 0 0.20 287.5 0.59 0.52
Hex AF 3D CD F 46 0 14 120 3B 34
Octal 257 75 315 17 106 0 24 440 73 64
Binary 10101111 111101 11001101 1111 1000110 0 10100 100100000 111011 110100

Color Harmonies of #AF3DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DCD

Black with #AF3DCD

Text Example


Text Example

White with #AF3DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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