Html Css Color HEX #DA7BDE Orchid

📋 copy color: '#DA7BDE'

red 218 ◦ green 123 ◦ blue 222

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

Shades of Orchid #DA7BDE

Tints of Orchid #DA7BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.85%

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 38.72%
G = 21.85%
B = 39.43%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA7BDE (or 0xDA7BDE) is known color: Orchid. HEX triplet: DA, 7B and DE. RGB value is (218,123,222). Sum of RGB (Red+Green+Blue) = 218+123+222=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA7BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BDE is #258421. Grayscale: #A2A2A2. Windows color (decimal): -2458658 or 14580698. OLE color: 14580698.

HSL color Cylindrical-coordinate representation of color #DA7BDE: hue angle of 297.58º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA7BDE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 123 222 -
CMYK 0.02 0.45 0 0.13
HSL 297.58º 0.6% 0.68% -
HSV(B) 297.58º 0.45% 0.87% -
XYZ 49.18 34.35 73.14 -
YUV 162.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 218 123 222 0.02 0.45 0 0.13 297.58 0.6 0.68
Hex DA 7B DE 2 2D 0 D 12A 3C 44
Octal 332 173 336 2 55 0 15 452 74 104
Binary 11011010 1111011 11011110 10 101101 0 1101 100101010 111100 1000100

Color Harmonies of #DA7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BDE

Black with #DA7BDE

Text Example


Text Example

White with #DA7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BDE; }

 p { color: rgb(218,123,222); }

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

background-color css

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

 a { background-color: rgb(218,123,222); }

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

border-color css

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

 span { border-color: rgb(218,123,222); }

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