Html Css Color HEX #DC66DE Orchid

📋 copy color: '#DC66DE'

red 220 ◦ green 102 ◦ blue 222

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

Shades of Orchid #DC66DE

Tints of Orchid #DC66DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 40.44%
G = 18.75%
B = 40.81%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC66DE (or 0xDC66DE) is known color: Orchid. HEX triplet: DC, 66 and DE. RGB value is (220,102,222). Sum of RGB (Red+Green+Blue) = 220+102+222=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC66DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66DE is #239921. Grayscale: #969696. Windows color (decimal): -2332962 or 14575324. OLE color: 14575324.

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

Color convert

RGB 220 102 222 -
CMYK 0.01 0.54 0 0.13
HSL 299º 0.65% 0.64% -
HSV(B) 299º 0.54% 0.87% -
XYZ 47.45 29.99 72.4 -
YUV 150.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 220 102 222 0.01 0.54 0 0.13 299 0.65 0.64
Hex DC 66 DE 1 36 0 D 12B 41 40
Octal 334 146 336 1 66 0 15 453 101 100
Binary 11011100 1100110 11011110 1 110110 0 1101 100101011 1000001 1000000

Color Harmonies of #DC66DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66DE

Black with #DC66DE

Text Example


Text Example

White with #DC66DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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