Html Css Color HEX #DC66E7 Orchid

📋 copy color: '#DC66E7'

red 220 ◦ green 102 ◦ blue 231

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

Shades of Orchid #DC66E7

Tints of Orchid #DC66E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 39.78%
G = 18.44%
B = 41.77%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC66E7 (or 0xDC66E7) is known color: Orchid. HEX triplet: DC, 66 and E7. RGB value is (220,102,231). Sum of RGB (Red+Green+Blue) = 220+102+231=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC66E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66E7 is #239918. Grayscale: #979797. Windows color (decimal): -2332953 or 15165148. OLE color: 15165148.

HSL color Cylindrical-coordinate representation of color #DC66E7: hue angle of 294.88º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC66E7 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 102 231 -
CMYK 0.05 0.56 0 0.09
HSL 294.88º 0.73% 0.65% -
HSV(B) 294.88º 0.56% 0.91% -
XYZ 48.69 30.49 78.92 -
YUV 151.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 220 102 231 0.05 0.56 0 0.09 294.88 0.73 0.65
Hex DC 66 E7 5 38 0 9 127 49 41
Octal 334 146 347 5 70 0 11 447 111 101
Binary 11011100 1100110 11100111 101 111000 0 1001 100100111 1001001 1000001

Color Harmonies of #DC66E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66E7

Black with #DC66E7

Text Example


Text Example

White with #DC66E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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