Html Css Color HEX #DC66DA Orchid

📋 copy color: '#DC66DA'

red 220 ◦ green 102 ◦ blue 218

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

Shades of Orchid #DC66DA

Tints of Orchid #DC66DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 40.74%
G = 18.89%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC66DA (or 0xDC66DA) is known color: Orchid. HEX triplet: DC, 66 and DA. RGB value is (220,102,218). Sum of RGB (Red+Green+Blue) = 220+102+218=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66DA is #239925. Grayscale: #969696. Windows color (decimal): -2332966 or 14313180. OLE color: 14313180.

HSL color Cylindrical-coordinate representation of color #DC66DA: hue angle of 301.02º 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 #DC66DA is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 218 -
CMYK 0 0.54 0.01 0.14
HSL 301.02º 0.63% 0.63% -
HSV(B) 301.02º 0.54% 0.86% -
XYZ 46.92 29.78 69.6 -
YUV 150.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 220 102 218 0 0.54 0.01 0.14 301.02 0.63 0.63
Hex DC 66 DA 0 36 1 E 12D 3F 3F
Octal 334 146 332 0 66 1 16 455 77 77
Binary 11011100 1100110 11011010 0 110110 1 1110 100101101 111111 111111

Color Harmonies of #DC66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66DA

Black with #DC66DA

Text Example


Text Example

White with #DC66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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