Html Css Color HEX #DA84CE Orchid

📋 copy color: '#DA84CE'

red 218 ◦ green 132 ◦ blue 206

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

Shades of Orchid #DA84CE

Tints of Orchid #DA84CE

RGB

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

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

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

R = 39.21%
G = 23.74%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA84CE (or 0xDA84CE) is known color: Orchid. HEX triplet: DA, 84 and CE. RGB value is (218,132,206). Sum of RGB (Red+Green+Blue) = 218+132+206=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84CE is #257B31. Grayscale: #A5A5A5. Windows color (decimal): -2456370 or 13534426. OLE color: 13534426.

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

Color convert

RGB 218 132 206 -
CMYK 0 0.39 0.06 0.15
HSL 308.37º 0.54% 0.69% -
HSV(B) 308.37º 0.39% 0.85% -
XYZ 48.31 35.86 62.77 -
YUV 166.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 218 132 206 0 0.39 0.06 0.15 308.37 0.54 0.69
Hex DA 84 CE 0 27 6 F 134 36 45
Octal 332 204 316 0 47 6 17 464 66 105
Binary 11011010 10000100 11001110 0 100111 110 1111 100110100 110110 1000101

Color Harmonies of #DA84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA84CE

Black with #DA84CE

Text Example


Text Example

White with #DA84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA84CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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