Html Css Color HEX #DD68CE Orchid

📋 copy color: '#DD68CE'

red 221 ◦ green 104 ◦ blue 206

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

Shades of Orchid #DD68CE

Tints of Orchid #DD68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 41.62%
G = 19.59%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD68CE (or 0xDD68CE) is known color: Orchid. HEX triplet: DD, 68 and CE. RGB value is (221,104,206). Sum of RGB (Red+Green+Blue) = 221+104+206=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68CE is #229731. Grayscale: #969696. Windows color (decimal): -2266930 or 13527261. OLE color: 13527261.

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

Color convert

RGB 221 104 206 -
CMYK 0 0.53 0.07 0.13
HSL 307.69º 0.63% 0.64% -
HSV(B) 307.69º 0.53% 0.87% -
XYZ 45.91 29.73 61.71 -
YUV 150.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 221 104 206 0 0.53 0.07 0.13 307.69 0.63 0.64
Hex DD 68 CE 0 35 7 D 134 3F 40
Octal 335 150 316 0 65 7 15 464 77 100
Binary 11011101 1101000 11001110 0 110101 111 1101 100110100 111111 1000000

Color Harmonies of #DD68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68CE

Black with #DD68CE

Text Example


Text Example

White with #DD68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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