Html Css Color HEX #DD6BC0 Orchid

📋 copy color: '#DD6BC0'

red 221 ◦ green 107 ◦ blue 192

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

Shades of Orchid #DD6BC0

Tints of Orchid #DD6BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 42.5%
G = 20.58%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD6BC0 (or 0xDD6BC0) is known color: Orchid. HEX triplet: DD, 6B and C0. RGB value is (221,107,192). Sum of RGB (Red+Green+Blue) = 221+107+192=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BC0 is #22943F. Grayscale: #969696. Windows color (decimal): -2266176 or 12610525. OLE color: 12610525.

HSL color Cylindrical-coordinate representation of color #DD6BC0: hue angle of 315.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BC0 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 192 -
CMYK 0 0.52 0.13 0.13
HSL 315.26º 0.63% 0.64% -
HSV(B) 315.26º 0.52% 0.87% -
XYZ 44.59 29.69 53.25 -
YUV 150.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 221 107 192 0 0.52 0.13 0.13 315.26 0.63 0.64
Hex DD 6B C0 0 34 D D 13B 3F 40
Octal 335 153 300 0 64 15 15 473 77 100
Binary 11011101 1101011 11000000 0 110100 1101 1101 100111011 111111 1000000

Color Harmonies of #DD6BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BC0

Black with #DD6BC0

Text Example


Text Example

White with #DD6BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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