Html Css Color HEX #DA84CF Orchid

📋 copy color: '#DA84CF'

red 218 ◦ green 132 ◦ blue 207

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

Shades of Orchid #DA84CF

Tints of Orchid #DA84CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 39.14%
G = 23.7%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA84CF (or 0xDA84CF) is known color: Orchid. HEX triplet: DA, 84 and CF. RGB value is (218,132,207). Sum of RGB (Red+Green+Blue) = 218+132+207=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84CF is #257B30. Grayscale: #A6A6A6. Windows color (decimal): -2456369 or 13599962. OLE color: 13599962.

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

Color convert

RGB 218 132 207 -
CMYK 0 0.39 0.05 0.15
HSL 307.67º 0.54% 0.69% -
HSV(B) 307.67º 0.39% 0.85% -
XYZ 48.43 35.91 63.41 -
YUV 166.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 218 132 207 0 0.39 0.05 0.15 307.67 0.54 0.69
Hex DA 84 CF 0 27 5 F 134 36 45
Octal 332 204 317 0 47 5 17 464 66 105
Binary 11011010 10000100 11001111 0 100111 101 1111 100110100 110110 1000101

Color Harmonies of #DA84CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA84CF

Black with #DA84CF

Text Example


Text Example

White with #DA84CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA84CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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