Html Css Color HEX #DC68DD Orchid

📋 copy color: '#DC68DD'

red 220 ◦ green 104 ◦ blue 221

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

Shades of Orchid #DC68DD

Tints of Orchid #DC68DD

RGB

 RED value IS 220 (86.33% from 255) = 40.37%

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 40.37%
G = 19.08%
B = 40.55%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC68DD (or 0xDC68DD) is known color: Orchid. HEX triplet: DC, 68 and DD. RGB value is (220,104,221). Sum of RGB (Red+Green+Blue) = 220+104+221=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68DD is #239722. Grayscale: #979797. Windows color (decimal): -2332451 or 14510300. OLE color: 14510300.

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

Color convert

RGB 220 104 221 -
CMYK 0.00 0.53 0 0.13
HSL 299.49º 0.63% 0.64% -
HSV(B) 299.49º 0.53% 0.87% -
XYZ 47.52 30.34 71.76 -
YUV 152.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 220 104 221 0.00 0.53 0 0.13 299.49 0.63 0.64
Hex DC 68 DD 0 35 0 D 12B 3F 40
Octal 334 150 335 0 65 0 15 453 77 100
Binary 11011100 1101000 11011101 0 110101 0 1101 100101011 111111 1000000

Color Harmonies of #DC68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68DD

Black with #DC68DD

Text Example


Text Example

White with #DC68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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