Html Css Color HEX #DD6CCA Orchid

📋 copy color: '#DD6CCA'

red 221 ◦ green 108 ◦ blue 202

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

Shades of Orchid #DD6CCA

Tints of Orchid #DD6CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 41.62%
G = 20.34%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD6CCA (or 0xDD6CCA) is known color: Orchid. HEX triplet: DD, 6C and CA. RGB value is (221,108,202). Sum of RGB (Red+Green+Blue) = 221+108+202=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CCA is #229335. Grayscale: #989898. Windows color (decimal): -2265910 or 13266141. OLE color: 13266141.

HSL color Cylindrical-coordinate representation of color #DD6CCA: hue angle of 310.09º 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 #DD6CCA is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 108 202 -
CMYK 0 0.51 0.09 0.13
HSL 310.09º 0.62% 0.65% -
HSV(B) 310.09º 0.51% 0.87% -
XYZ 45.84 30.36 59.32 -
YUV 152.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 221 108 202 0 0.51 0.09 0.13 310.09 0.62 0.65
Hex DD 6C CA 0 33 9 D 136 3E 41
Octal 335 154 312 0 63 11 15 466 76 101
Binary 11011101 1101100 11001010 0 110011 1001 1101 100110110 111110 1000001

Color Harmonies of #DD6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CCA

Black with #DD6CCA

Text Example


Text Example

White with #DD6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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