Html Css Color HEX #DA79CB Orchid

📋 copy color: '#DA79CB'

red 218 ◦ green 121 ◦ blue 203

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

Shades of Orchid #DA79CB

Tints of Orchid #DA79CB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.32%

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

R = 40.22%
G = 22.32%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA79CB (or 0xDA79CB) is known color: Orchid. HEX triplet: DA, 79 and CB. RGB value is (218,121,203). Sum of RGB (Red+Green+Blue) = 218+121+203=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79CB is #258634. Grayscale: #9F9F9F. Windows color (decimal): -2459189 or 13335002. OLE color: 13335002.

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

Color convert

RGB 218 121 203 -
CMYK 0 0.44 0.07 0.15
HSL 309.28º 0.57% 0.66% -
HSV(B) 309.28º 0.44% 0.85% -
XYZ 46.53 32.89 60.4 -
YUV 159.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 218 121 203 0 0.44 0.07 0.15 309.28 0.57 0.66
Hex DA 79 CB 0 2C 7 F 135 39 42
Octal 332 171 313 0 54 7 17 465 71 102
Binary 11011010 1111001 11001011 0 101100 111 1111 100110101 111001 1000010

Color Harmonies of #DA79CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA79CB

Black with #DA79CB

Text Example


Text Example

White with #DA79CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA79CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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