Html Css Color HEX #AF3DCB Dark Orchid

📋 copy color: '#AF3DCB'

red 175 ◦ green 61 ◦ blue 203

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

Shades of Dark Orchid #AF3DCB

Tints of Dark Orchid #AF3DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 39.86%
G = 13.9%
B = 46.24%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF3DCB (or 0xAF3DCB) is known color: Dark Orchid. HEX triplet: AF, 3D and CB. RGB value is (175,61,203). Sum of RGB (Red+Green+Blue) = 175+61+203=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF3DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DCB is #50C234. Grayscale: #6E6E6E. Windows color (decimal): -5292597 or 13319599. OLE color: 13319599.

HSL color Cylindrical-coordinate representation of color #AF3DCB: hue angle of 288.17º degrees, saturation: 0.58, 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 #AF3DCB is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 61 203 -
CMYK 0.14 0.70 0 0.20
HSL 288.17º 0.58% 0.52% -
HSV(B) 288.17º 0.7% 0.8% -
XYZ 30.13 16.76 58.15 -
YUV 111.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 175 61 203 0.14 0.70 0 0.20 288.17 0.58 0.52
Hex AF 3D CB E 46 0 14 120 3A 34
Octal 257 75 313 16 106 0 24 440 72 64
Binary 10101111 111101 11001011 1110 1000110 0 10100 100100000 111010 110100

Color Harmonies of #AF3DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DCB

Black with #AF3DCB

Text Example


Text Example

White with #AF3DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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