Html Css Color HEX #DA84C9 Orchid

📋 copy color: '#DA84C9'

red 218 ◦ green 132 ◦ blue 201

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

Shades of Orchid #DA84C9

Tints of Orchid #DA84C9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.96%

 BLUE value IS 201 (78.91% from 255) = 36.48%

R = 39.56%
G = 23.96%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA84C9 (or 0xDA84C9) is known color: Orchid. HEX triplet: DA, 84 and C9. RGB value is (218,132,201). Sum of RGB (Red+Green+Blue) = 218+132+201=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84C9 is #257B36. Grayscale: #A5A5A5. Windows color (decimal): -2456375 or 13206746. OLE color: 13206746.

HSL color Cylindrical-coordinate representation of color #DA84C9: hue angle of 311.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA84C9 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 132 201 -
CMYK 0 0.39 0.08 0.15
HSL 311.86º 0.54% 0.69% -
HSV(B) 311.86º 0.39% 0.85% -
XYZ 47.71 35.63 59.62 -
YUV 165.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 218 132 201 0 0.39 0.08 0.15 311.86 0.54 0.69
Hex DA 84 C9 0 27 8 F 138 36 45
Octal 332 204 311 0 47 10 17 470 66 105
Binary 11011010 10000100 11001001 0 100111 1000 1111 100111000 110110 1000101

Color Harmonies of #DA84C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA84C9

Black with #DA84C9

Text Example


Text Example

White with #DA84C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA84C9; }

 p { color: rgb(218,132,201); }

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

background-color css

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

 a { background-color: rgb(218,132,201); }

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

border-color css

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

 span { border-color: rgb(218,132,201); }

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