Html Css Color HEX #DA77CB Orchid

📋 copy color: '#DA77CB'

red 218 ◦ green 119 ◦ blue 203

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

Shades of Orchid #DA77CB

Tints of Orchid #DA77CB

RGB

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

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

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

R = 40.37%
G = 22.04%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA77CB (or 0xDA77CB) is known color: Orchid. HEX triplet: DA, 77 and CB. RGB value is (218,119,203). Sum of RGB (Red+Green+Blue) = 218+119+203=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77CB is #258834. Grayscale: #9D9D9D. Windows color (decimal): -2459701 or 13334490. OLE color: 13334490.

HSL color Cylindrical-coordinate representation of color #DA77CB: hue angle of 309.09º 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 #DA77CB is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 203 -
CMYK 0 0.45 0.07 0.15
HSL 309.09º 0.57% 0.66% -
HSV(B) 309.09º 0.45% 0.85% -
XYZ 46.29 32.41 60.32 -
YUV 158.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 218 119 203 0 0.45 0.07 0.15 309.09 0.57 0.66
Hex DA 77 CB 0 2D 7 F 135 39 42
Octal 332 167 313 0 55 7 17 465 71 102
Binary 11011010 1110111 11001011 0 101101 111 1111 100110101 111001 1000010

Color Harmonies of #DA77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77CB

Black with #DA77CB

Text Example


Text Example

White with #DA77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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