Html Css Color HEX #DE7BD7 Orchid

📋 copy color: '#DE7BD7'

red 222 ◦ green 123 ◦ blue 215

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

Shades of Orchid #DE7BD7

Tints of Orchid #DE7BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.39%

R = 39.64%
G = 21.96%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DE7BD7 (or 0xDE7BD7) is known color: Orchid. HEX triplet: DE, 7B and D7. RGB value is (222,123,215). Sum of RGB (Red+Green+Blue) = 222+123+215=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BD7 is #218428. Grayscale: #A2A2A2. Windows color (decimal): -2196521 or 14121950. OLE color: 14121950.

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

Color convert

RGB 222 123 215 -
CMYK 0 0.45 0.03 0.13
HSL 304.24º 0.6% 0.68% -
HSV(B) 304.24º 0.45% 0.87% -
XYZ 49.47 34.6 68.36 -
YUV 163.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 222 123 215 0 0.45 0.03 0.13 304.24 0.6 0.68
Hex DE 7B D7 0 2D 3 D 130 3C 44
Octal 336 173 327 0 55 3 15 460 74 104
Binary 11011110 1111011 11010111 0 101101 11 1101 100110000 111100 1000100

Color Harmonies of #DE7BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7BD7

Black with #DE7BD7

Text Example


Text Example

White with #DE7BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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