Html Css Color HEX #DA76CE Orchid

📋 copy color: '#DA76CE'

red 218 ◦ green 118 ◦ blue 206

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

Shades of Orchid #DA76CE

Tints of Orchid #DA76CE

RGB

 RED value IS 218 (85.55% from 255) = 40.22%

 GREEN value IS 118 (46.48% from 255) = 21.77%

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 40.22%
G = 21.77%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA76CE (or 0xDA76CE) is known color: Orchid. HEX triplet: DA, 76 and CE. RGB value is (218,118,206). Sum of RGB (Red+Green+Blue) = 218+118+206=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76CE is #258931. Grayscale: #9D9D9D. Windows color (decimal): -2459954 or 13530842. OLE color: 13530842.

HSL color Cylindrical-coordinate representation of color #DA76CE: hue angle of 307.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA76CE is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 206 -
CMYK 0 0.46 0.06 0.15
HSL 307.2º 0.57% 0.66% -
HSV(B) 307.2º 0.46% 0.85% -
XYZ 46.53 32.32 62.18 -
YUV 157.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 218 118 206 0 0.46 0.06 0.15 307.2 0.57 0.66
Hex DA 76 CE 0 2E 6 F 133 39 42
Octal 332 166 316 0 56 6 17 463 71 102
Binary 11011010 1110110 11001110 0 101110 110 1111 100110011 111001 1000010

Color Harmonies of #DA76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76CE

Black with #DA76CE

Text Example


Text Example

White with #DA76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76CE; }

 p { color: rgb(218,118,206); }

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

background-color css

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

 a { background-color: rgb(218,118,206); }

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

border-color css

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

 span { border-color: rgb(218,118,206); }

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