Html Css Color HEX #DD68CC Orchid

📋 copy color: '#DD68CC'

red 221 ◦ green 104 ◦ blue 204

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

Shades of Orchid #DD68CC

Tints of Orchid #DD68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.66%

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 41.78%
G = 19.66%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD68CC (or 0xDD68CC) is known color: Orchid. HEX triplet: DD, 68 and CC. RGB value is (221,104,204). Sum of RGB (Red+Green+Blue) = 221+104+204=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68CC is #229733. Grayscale: #969696. Windows color (decimal): -2266932 or 13396189. OLE color: 13396189.

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

Color convert

RGB 221 104 204 -
CMYK 0 0.53 0.08 0.13
HSL 308.72º 0.63% 0.64% -
HSV(B) 308.72º 0.53% 0.87% -
XYZ 45.67 29.63 60.44 -
YUV 150.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 221 104 204 0 0.53 0.08 0.13 308.72 0.63 0.64
Hex DD 68 CC 0 35 8 D 135 3F 40
Octal 335 150 314 0 65 10 15 465 77 100
Binary 11011101 1101000 11001100 0 110101 1000 1101 100110101 111111 1000000

Color Harmonies of #DD68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68CC

Black with #DD68CC

Text Example


Text Example

White with #DD68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68CC; }

 p { color: rgb(221,104,204); }

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

background-color css

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

 a { background-color: rgb(221,104,204); }

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

border-color css

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

 span { border-color: rgb(221,104,204); }

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