Html Css Color HEX #DD6CBC Orchid

📋 copy color: '#DD6CBC'

red 221 ◦ green 108 ◦ blue 188

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

Shades of Orchid #DD6CBC

Tints of Orchid #DD6CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.89%

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 42.75%
G = 20.89%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD6CBC (or 0xDD6CBC) is known color: Orchid. HEX triplet: DD, 6C and BC. RGB value is (221,108,188). Sum of RGB (Red+Green+Blue) = 221+108+188=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CBC is #229343. Grayscale: #969696. Windows color (decimal): -2265924 or 12348637. OLE color: 12348637.

HSL color Cylindrical-coordinate representation of color #DD6CBC: hue angle of 317.52º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6CBC is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 108 188 -
CMYK 0 0.51 0.15 0.13
HSL 317.52º 0.62% 0.65% -
HSV(B) 317.52º 0.51% 0.87% -
XYZ 44.26 29.73 50.98 -
YUV 150.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 221 108 188 0 0.51 0.15 0.13 317.52 0.62 0.65
Hex DD 6C BC 0 33 F D 13E 3E 41
Octal 335 154 274 0 63 17 15 476 76 101
Binary 11011101 1101100 10111100 0 110011 1111 1101 100111110 111110 1000001

Color Harmonies of #DD6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CBC

Black with #DD6CBC

Text Example


Text Example

White with #DD6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CBC; }

 p { color: rgb(221,108,188); }

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

background-color css

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

 a { background-color: rgb(221,108,188); }

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

border-color css

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

 span { border-color: rgb(221,108,188); }

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