Html Css Color HEX #DD6BE7 Orchid

📋 copy color: '#DD6BE7'

red 221 ◦ green 107 ◦ blue 231

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

Shades of Orchid #DD6BE7

Tints of Orchid #DD6BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.32%

R = 39.53%
G = 19.14%
B = 41.32%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD6BE7 (or 0xDD6BE7) is known color: Orchid. HEX triplet: DD, 6B and E7. RGB value is (221,107,231). Sum of RGB (Red+Green+Blue) = 221+107+231=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD6BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BE7 is #229418. Grayscale: #9A9A9A. Windows color (decimal): -2266137 or 15166429. OLE color: 15166429.

HSL color Cylindrical-coordinate representation of color #DD6BE7: hue angle of 295.16º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6BE7 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 107 231 -
CMYK 0.04 0.54 0 0.09
HSL 295.16º 0.72% 0.66% -
HSV(B) 295.16º 0.54% 0.91% -
XYZ 49.5 31.66 79.1 -
YUV 155.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 221 107 231 0.04 0.54 0 0.09 295.16 0.72 0.66
Hex DD 6B E7 4 36 0 9 127 48 42
Octal 335 153 347 4 66 0 11 447 110 102
Binary 11011101 1101011 11100111 100 110110 0 1001 100100111 1001000 1000010

Color Harmonies of #DD6BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BE7

Black with #DD6BE7

Text Example


Text Example

White with #DD6BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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