Html Css Color HEX #DD7BE0 Orchid

📋 copy color: '#DD7BE0'

red 221 ◦ green 123 ◦ blue 224

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

Shades of Orchid #DD7BE0

Tints of Orchid #DD7BE0

RGB

 RED value IS 221 (86.72% from 255) = 38.91%

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

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 38.91%
G = 21.65%
B = 39.44%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD7BE0 (or 0xDD7BE0) is known color: Orchid. HEX triplet: DD, 7B and E0. RGB value is (221,123,224). Sum of RGB (Red+Green+Blue) = 221+123+224=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BE0 is #22841F. Grayscale: #A3A3A3. Windows color (decimal): -2262048 or 14711773. OLE color: 14711773.

HSL color Cylindrical-coordinate representation of color #DD7BE0: hue angle of 298.22º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7BE0 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 123 224 -
CMYK 0.01 0.45 0 0.12
HSL 298.22º 0.62% 0.68% -
HSV(B) 298.22º 0.45% 0.88% -
XYZ 50.36 34.92 74.61 -
YUV 163.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 221 123 224 0.01 0.45 0 0.12 298.22 0.62 0.68
Hex DD 7B E0 1 2D 0 C 12A 3E 44
Octal 335 173 340 1 55 0 14 452 76 104
Binary 11011101 1111011 11100000 1 101101 0 1100 100101010 111110 1000100

Color Harmonies of #DD7BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BE0

Black with #DD7BE0

Text Example


Text Example

White with #DD7BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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