Html Css Color HEX #D663D7 Orchid

📋 copy color: '#D663D7'

red 214 ◦ green 99 ◦ blue 215

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

Shades of Orchid #D663D7

Tints of Orchid #D663D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 40.53%
G = 18.75%
B = 40.72%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D663D7 (or 0xD663D7) is known color: Orchid. HEX triplet: D6, 63 and D7. RGB value is (214,99,215). Sum of RGB (Red+Green+Blue) = 214+99+215=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #D663D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663D7 is #299C28. Grayscale: #929292. Windows color (decimal): -2726953 or 14115798. OLE color: 14115798.

HSL color Cylindrical-coordinate representation of color #D663D7: hue angle of 299.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D663D7 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 99 215 -
CMYK 0.00 0.54 0 0.16
HSL 299.48º 0.59% 0.62% -
HSV(B) 299.48º 0.54% 0.84% -
XYZ 44.46 28.13 67.38 -
YUV 146.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 214 99 215 0.00 0.54 0 0.16 299.48 0.59 0.62
Hex D6 63 D7 0 36 0 10 12B 3B 3E
Octal 326 143 327 0 66 0 20 453 73 76
Binary 11010110 1100011 11010111 0 110110 0 10000 100101011 111011 111110

Color Harmonies of #D663D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663D7

Black with #D663D7

Text Example


Text Example

White with #D663D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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