Html Css Color HEX #DE7BDF Orchid

📋 copy color: '#DE7BDF'

red 222 ◦ green 123 ◦ blue 223

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

Shades of Orchid #DE7BDF

Tints of Orchid #DE7BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 39.08%
G = 21.65%
B = 39.26%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE7BDF (or 0xDE7BDF) is known color: Orchid. HEX triplet: DE, 7B and DF. RGB value is (222,123,223). Sum of RGB (Red+Green+Blue) = 222+123+223=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BDF is #218420. Grayscale: #A3A3A3. Windows color (decimal): -2196513 or 14646238. OLE color: 14646238.

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

Color convert

RGB 222 123 223 -
CMYK 0.00 0.45 0 0.13
HSL 299.4º 0.61% 0.68% -
HSV(B) 299.4º 0.45% 0.87% -
XYZ 50.53 35.02 73.91 -
YUV 164 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 222 123 223 0.00 0.45 0 0.13 299.4 0.61 0.68
Hex DE 7B DF 0 2D 0 D 12B 3D 44
Octal 336 173 337 0 55 0 15 453 75 104
Binary 11011110 1111011 11011111 0 101101 0 1101 100101011 111101 1000100

Color Harmonies of #DE7BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7BDF

Black with #DE7BDF

Text Example


Text Example

White with #DE7BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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