Html Css Color HEX #DE7BDD Orchid

📋 copy color: '#DE7BDD'

red 222 ◦ green 123 ◦ blue 221

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

Shades of Orchid #DE7BDD

Tints of Orchid #DE7BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 39.22%
G = 21.73%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE7BDD (or 0xDE7BDD) is known color: Orchid. HEX triplet: DE, 7B and DD. RGB value is (222,123,221). Sum of RGB (Red+Green+Blue) = 222+123+221=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BDD is #218422. Grayscale: #A3A3A3. Windows color (decimal): -2196515 or 14515166. OLE color: 14515166.

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

Color convert

RGB 222 123 221 -
CMYK 0 0.45 0.00 0.13
HSL 300.61º 0.6% 0.68% -
HSV(B) 300.61º 0.45% 0.87% -
XYZ 50.26 34.92 72.5 -
YUV 163.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 222 123 221 0 0.45 0.00 0.13 300.61 0.6 0.68
Hex DE 7B DD 0 2D 0 D 12D 3C 44
Octal 336 173 335 0 55 0 15 455 74 104
Binary 11011110 1111011 11011101 0 101101 0 1101 100101101 111100 1000100

Color Harmonies of #DE7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7BDD

Black with #DE7BDD

Text Example


Text Example

White with #DE7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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