Html Css Color HEX #DD68C4 Orchid

📋 copy color: '#DD68C4'

red 221 ◦ green 104 ◦ blue 196

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

Shades of Orchid #DD68C4

Tints of Orchid #DD68C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.62%

R = 42.42%
G = 19.96%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD68C4 (or 0xDD68C4) is known color: Orchid. HEX triplet: DD, 68 and C4. RGB value is (221,104,196). Sum of RGB (Red+Green+Blue) = 221+104+196=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68C4 is #22973B. Grayscale: #959595. Windows color (decimal): -2266940 or 12871901. OLE color: 12871901.

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

Color convert

RGB 221 104 196 -
CMYK 0 0.53 0.11 0.13
HSL 312.82º 0.63% 0.64% -
HSV(B) 312.82º 0.53% 0.87% -
XYZ 44.73 29.26 55.51 -
YUV 149.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 221 104 196 0 0.53 0.11 0.13 312.82 0.63 0.64
Hex DD 68 C4 0 35 B D 139 3F 40
Octal 335 150 304 0 65 13 15 471 77 100
Binary 11011101 1101000 11000100 0 110101 1011 1101 100111001 111111 1000000

Color Harmonies of #DD68C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68C4

Black with #DD68C4

Text Example


Text Example

White with #DD68C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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