Html Css Color HEX #DA84C6 Orchid

📋 copy color: '#DA84C6'

red 218 ◦ green 132 ◦ blue 198

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

Shades of Orchid #DA84C6

Tints of Orchid #DA84C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.13%

R = 39.78%
G = 24.09%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA84C6 (or 0xDA84C6) is known color: Orchid. HEX triplet: DA, 84 and C6. RGB value is (218,132,198). Sum of RGB (Red+Green+Blue) = 218+132+198=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84C6 is #257B39. Grayscale: #A5A5A5. Windows color (decimal): -2456378 or 13010138. OLE color: 13010138.

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

Color convert

RGB 218 132 198 -
CMYK 0 0.39 0.09 0.15
HSL 313.95º 0.54% 0.69% -
HSV(B) 313.95º 0.39% 0.85% -
XYZ 47.36 35.49 57.78 -
YUV 165.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 218 132 198 0 0.39 0.09 0.15 313.95 0.54 0.69
Hex DA 84 C6 0 27 9 F 13A 36 45
Octal 332 204 306 0 47 11 17 472 66 105
Binary 11011010 10000100 11000110 0 100111 1001 1111 100111010 110110 1000101

Color Harmonies of #DA84C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA84C6

Black with #DA84C6

Text Example


Text Example

White with #DA84C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA84C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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