Html Css Color HEX #DC69DD Orchid

📋 copy color: '#DC69DD'

red 220 ◦ green 105 ◦ blue 221

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

Shades of Orchid #DC69DD

Tints of Orchid #DC69DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.23%

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

R = 40.29%
G = 19.23%
B = 40.48%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC69DD (or 0xDC69DD) is known color: Orchid. HEX triplet: DC, 69 and DD. RGB value is (220,105,221). Sum of RGB (Red+Green+Blue) = 220+105+221=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC69DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69DD is #239622. Grayscale: #989898. Windows color (decimal): -2332195 or 14510556. OLE color: 14510556.

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

Color convert

RGB 220 105 221 -
CMYK 0.00 0.52 0 0.13
HSL 299.48º 0.63% 0.64% -
HSV(B) 299.48º 0.52% 0.87% -
XYZ 47.62 30.54 71.79 -
YUV 152.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 220 105 221 0.00 0.52 0 0.13 299.48 0.63 0.64
Hex DC 69 DD 0 34 0 D 12B 3F 40
Octal 334 151 335 0 64 0 15 453 77 100
Binary 11011100 1101001 11011101 0 110100 0 1101 100101011 111111 1000000

Color Harmonies of #DC69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69DD

Black with #DC69DD

Text Example


Text Example

White with #DC69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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