Html Css Color HEX #DA77CC Orchid

📋 copy color: '#DA77CC'

red 218 ◦ green 119 ◦ blue 204

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

Shades of Orchid #DA77CC

Tints of Orchid #DA77CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 40.3%
G = 22%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA77CC (or 0xDA77CC) is known color: Orchid. HEX triplet: DA, 77 and CC. RGB value is (218,119,204). Sum of RGB (Red+Green+Blue) = 218+119+204=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77CC is #258833. Grayscale: #9E9E9E. Windows color (decimal): -2459700 or 13400026. OLE color: 13400026.

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

Color convert

RGB 218 119 204 -
CMYK 0 0.45 0.06 0.15
HSL 308.48º 0.57% 0.66% -
HSV(B) 308.48º 0.45% 0.85% -
XYZ 46.41 32.46 60.95 -
YUV 158.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 218 119 204 0 0.45 0.06 0.15 308.48 0.57 0.66
Hex DA 77 CC 0 2D 6 F 134 39 42
Octal 332 167 314 0 55 6 17 464 71 102
Binary 11011010 1110111 11001100 0 101101 110 1111 100110100 111001 1000010

Color Harmonies of #DA77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77CC

Black with #DA77CC

Text Example


Text Example

White with #DA77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77CC; }

 p { color: rgb(218,119,204); }

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

background-color css

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

 a { background-color: rgb(218,119,204); }

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

border-color css

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

 span { border-color: rgb(218,119,204); }

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