Html Css Color HEX #DD68CA Orchid

📋 copy color: '#DD68CA'

red 221 ◦ green 104 ◦ blue 202

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

Shades of Orchid #DD68CA

Tints of Orchid #DD68CA

RGB

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

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

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

R = 41.94%
G = 19.73%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD68CA (or 0xDD68CA) is known color: Orchid. HEX triplet: DD, 68 and CA. RGB value is (221,104,202). Sum of RGB (Red+Green+Blue) = 221+104+202=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68CA is #229735. Grayscale: #959595. Windows color (decimal): -2266934 or 13265117. OLE color: 13265117.

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

Color convert

RGB 221 104 202 -
CMYK 0 0.53 0.09 0.13
HSL 309.74º 0.63% 0.64% -
HSV(B) 309.74º 0.53% 0.87% -
XYZ 45.43 29.54 59.18 -
YUV 150.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 221 104 202 0 0.53 0.09 0.13 309.74 0.63 0.64
Hex DD 68 CA 0 35 9 D 136 3F 40
Octal 335 150 312 0 65 11 15 466 77 100
Binary 11011101 1101000 11001010 0 110101 1001 1101 100110110 111111 1000000

Color Harmonies of #DD68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68CA

Black with #DD68CA

Text Example


Text Example

White with #DD68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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