Html Css Color HEX #DC66D3 Orchid

📋 copy color: '#DC66D3'

red 220 ◦ green 102 ◦ blue 211

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

Shades of Orchid #DC66D3

Tints of Orchid #DC66D3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.14%

 BLUE value IS 211 (82.81% from 255) = 39.59%

R = 41.28%
G = 19.14%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC66D3 (or 0xDC66D3) is known color: Orchid. HEX triplet: DC, 66 and D3. RGB value is (220,102,211). Sum of RGB (Red+Green+Blue) = 220+102+211=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66D3 is #23992C. Grayscale: #959595. Windows color (decimal): -2332973 or 13854428. OLE color: 13854428.

HSL color Cylindrical-coordinate representation of color #DC66D3: hue angle of 304.58º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66D3 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 211 -
CMYK 0 0.54 0.04 0.14
HSL 304.58º 0.63% 0.63% -
HSV(B) 304.58º 0.54% 0.86% -
XYZ 46.02 29.42 64.88 -
YUV 149.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 220 102 211 0 0.54 0.04 0.14 304.58 0.63 0.63
Hex DC 66 D3 0 36 4 E 131 3F 3F
Octal 334 146 323 0 66 4 16 461 77 77
Binary 11011100 1100110 11010011 0 110110 100 1110 100110001 111111 111111

Color Harmonies of #DC66D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66D3

Black with #DC66D3

Text Example


Text Example

White with #DC66D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66D3; }

 p { color: rgb(220,102,211); }

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

background-color css

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

 a { background-color: rgb(220,102,211); }

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

border-color css

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

 span { border-color: rgb(220,102,211); }

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