Html Css Color HEX #DA84CB Orchid

📋 copy color: '#DA84CB'

red 218 ◦ green 132 ◦ blue 203

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

Shades of Orchid #DA84CB

Tints of Orchid #DA84CB

RGB

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

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

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

R = 39.42%
G = 23.87%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA84CB (or 0xDA84CB) is known color: Orchid. HEX triplet: DA, 84 and CB. RGB value is (218,132,203). Sum of RGB (Red+Green+Blue) = 218+132+203=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84CB is #257B34. Grayscale: #A5A5A5. Windows color (decimal): -2456373 or 13337818. OLE color: 13337818.

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

Color convert

RGB 218 132 203 -
CMYK 0 0.39 0.07 0.15
HSL 310.47º 0.54% 0.69% -
HSV(B) 310.47º 0.39% 0.85% -
XYZ 47.94 35.72 60.87 -
YUV 165.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 218 132 203 0 0.39 0.07 0.15 310.47 0.54 0.69
Hex DA 84 CB 0 27 7 F 136 36 45
Octal 332 204 313 0 47 7 17 466 66 105
Binary 11011010 10000100 11001011 0 100111 111 1111 100110110 110110 1000101

Color Harmonies of #DA84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA84CB

Black with #DA84CB

Text Example


Text Example

White with #DA84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA84CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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