Html Css Color HEX #DE7BDA Orchid

📋 copy color: '#DE7BDA'

red 222 ◦ green 123 ◦ blue 218

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

Shades of Orchid #DE7BDA

Tints of Orchid #DE7BDA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DE7BDA: hue angle of 302.42º 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 #DE7BDA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 123 218 -
CMYK 0 0.45 0.02 0.13
HSL 302.42º 0.6% 0.68% -
HSV(B) 302.42º 0.45% 0.87% -
XYZ 49.86 34.76 70.41 -
YUV 163.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 222 123 218 0 0.45 0.02 0.13 302.42 0.6 0.68
Hex DE 7B DA 0 2D 2 D 12E 3C 44
Octal 336 173 332 0 55 2 15 456 74 104
Binary 11011110 1111011 11011010 0 101101 10 1101 100101110 111100 1000100

Color Harmonies of #DE7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7BDA

Black with #DE7BDA

Text Example


Text Example

White with #DE7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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