Html Css Color HEX #D663DC Orchid

📋 copy color: '#D663DC'

red 214 ◦ green 99 ◦ blue 220

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

Shades of Orchid #D663DC

Tints of Orchid #D663DC

RGB

 RED value IS 214 (83.98% from 255) = 40.15%

 GREEN value IS 99 (39.06% from 255) = 18.57%

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

R = 40.15%
G = 18.57%
B = 41.28%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D663DC (or 0xD663DC) is known color: Orchid. HEX triplet: D6, 63 and DC. RGB value is (214,99,220). Sum of RGB (Red+Green+Blue) = 214+99+220=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #D663DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663DC is #299C23. Grayscale: #929292. Windows color (decimal): -2726948 or 14443478. OLE color: 14443478.

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

Color convert

RGB 214 99 220 -
CMYK 0.03 0.55 0 0.14
HSL 297.02º 0.63% 0.63% -
HSV(B) 297.02º 0.55% 0.86% -
XYZ 45.11 28.39 70.81 -
YUV 147.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 214 99 220 0.03 0.55 0 0.14 297.02 0.63 0.63
Hex D6 63 DC 3 37 0 E 129 3F 3F
Octal 326 143 334 3 67 0 16 451 77 77
Binary 11010110 1100011 11011100 11 110111 0 1110 100101001 111111 111111

Color Harmonies of #D663DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663DC

Black with #D663DC

Text Example


Text Example

White with #D663DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663DC; }

 p { color: rgb(214,99,220); }

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

background-color css

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

 a { background-color: rgb(214,99,220); }

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

border-color css

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

 span { border-color: rgb(214,99,220); }

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