Html Css Color HEX #D36CCA Orchid

📋 copy color: '#D36CCA'

red 211 ◦ green 108 ◦ blue 202

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

Shades of Orchid #D36CCA

Tints of Orchid #D36CCA

RGB

 RED value IS 211 (82.81% from 255) = 40.5%

 GREEN value IS 108 (42.58% from 255) = 20.73%

 BLUE value IS 202 (79.3% from 255) = 38.77%

R = 40.5%
G = 20.73%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D36CCA (or 0xD36CCA) is known color: Orchid. HEX triplet: D3, 6C and CA. RGB value is (211,108,202). Sum of RGB (Red+Green+Blue) = 211+108+202=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D36CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36CCA is #2C9335. Grayscale: #959595. Windows color (decimal): -2921270 or 13266131. OLE color: 13266131.

HSL color Cylindrical-coordinate representation of color #D36CCA: hue angle of 305.24º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36CCA is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 108 202 -
CMYK 0 0.49 0.04 0.17
HSL 305.24º 0.54% 0.63% -
HSV(B) 305.24º 0.49% 0.83% -
XYZ 42.89 28.84 59.18 -
YUV 149.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 211 108 202 0 0.49 0.04 0.17 305.24 0.54 0.63
Hex D3 6C CA 0 31 4 11 131 36 3F
Octal 323 154 312 0 61 4 21 461 66 77
Binary 11010011 1101100 11001010 0 110001 100 10001 100110001 110110 111111

Color Harmonies of #D36CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36CCA

Black with #D36CCA

Text Example


Text Example

White with #D36CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36CCA; }

 p { color: rgb(211,108,202); }

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

background-color css

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

 a { background-color: rgb(211,108,202); }

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

border-color css

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

 span { border-color: rgb(211,108,202); }

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