Html Css Color HEX #DD7BE3 Orchid

📋 copy color: '#DD7BE3'

red 221 ◦ green 123 ◦ blue 227

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

Shades of Orchid #DD7BE3

Tints of Orchid #DD7BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.75%

R = 38.7%
G = 21.54%
B = 39.75%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD7BE3 (or 0xDD7BE3) is known color: Orchid. HEX triplet: DD, 7B and E3. RGB value is (221,123,227). Sum of RGB (Red+Green+Blue) = 221+123+227=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD7BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BE3 is #22841C. Grayscale: #A3A3A3. Windows color (decimal): -2262045 or 14908381. OLE color: 14908381.

HSL color Cylindrical-coordinate representation of color #DD7BE3: hue angle of 296.54º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7BE3 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 123 227 -
CMYK 0.03 0.46 0 0.11
HSL 296.54º 0.65% 0.69% -
HSV(B) 296.54º 0.46% 0.89% -
XYZ 50.77 35.08 76.77 -
YUV 164.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 221 123 227 0.03 0.46 0 0.11 296.54 0.65 0.69
Hex DD 7B E3 3 2E 0 B 129 41 45
Octal 335 173 343 3 56 0 13 451 101 105
Binary 11011101 1111011 11100011 11 101110 0 1011 100101001 1000001 1000101

Color Harmonies of #DD7BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BE3

Black with #DD7BE3

Text Example


Text Example

White with #DD7BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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