Html Css Color HEX #DD6BE2 Orchid

📋 copy color: '#DD6BE2'

red 221 ◦ green 107 ◦ blue 226

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

Shades of Orchid #DD6BE2

Tints of Orchid #DD6BE2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.31%

 BLUE value IS 226 (88.67% from 255) = 40.79%

R = 39.89%
G = 19.31%
B = 40.79%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD6BE2 (or 0xDD6BE2) is known color: Orchid. HEX triplet: DD, 6B and E2. RGB value is (221,107,226). Sum of RGB (Red+Green+Blue) = 221+107+226=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD6BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BE2 is #22941D. Grayscale: #9A9A9A. Windows color (decimal): -2266142 or 14838749. OLE color: 14838749.

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

Color convert

RGB 221 107 226 -
CMYK 0.02 0.53 0 0.11
HSL 297.48º 0.67% 0.65% -
HSV(B) 297.48º 0.53% 0.89% -
XYZ 48.8 31.38 75.44 -
YUV 154.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 221 107 226 0.02 0.53 0 0.11 297.48 0.67 0.65
Hex DD 6B E2 2 35 0 B 129 43 41
Octal 335 153 342 2 65 0 13 451 103 101
Binary 11011101 1101011 11100010 10 110101 0 1011 100101001 1000011 1000001

Color Harmonies of #DD6BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BE2

Black with #DD6BE2

Text Example


Text Example

White with #DD6BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BE2; }

 p { color: rgb(221,107,226); }

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

background-color css

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

 a { background-color: rgb(221,107,226); }

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

border-color css

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

 span { border-color: rgb(221,107,226); }

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