Html Css Color HEX #D663DA Orchid

📋 copy color: '#D663DA'

red 214 ◦ green 99 ◦ blue 218

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

Shades of Orchid #D663DA

Tints of Orchid #D663DA

RGB

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

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

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

R = 40.3%
G = 18.64%
B = 41.05%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D663DA (or 0xD663DA) is known color: Orchid. HEX triplet: D6, 63 and DA. RGB value is (214,99,218). Sum of RGB (Red+Green+Blue) = 214+99+218=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #D663DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663DA is #299C25. Grayscale: #929292. Windows color (decimal): -2726950 or 14312406. OLE color: 14312406.

HSL color Cylindrical-coordinate representation of color #D663DA: hue angle of 297.98º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D663DA is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 99 218 -
CMYK 0.02 0.55 0 0.15
HSL 297.98º 0.62% 0.62% -
HSV(B) 297.98º 0.55% 0.85% -
XYZ 44.85 28.28 69.42 -
YUV 146.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 214 99 218 0.02 0.55 0 0.15 297.98 0.62 0.62
Hex D6 63 DA 2 37 0 F 12A 3E 3E
Octal 326 143 332 2 67 0 17 452 76 76
Binary 11010110 1100011 11011010 10 110111 0 1111 100101010 111110 111110

Color Harmonies of #D663DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663DA

Black with #D663DA

Text Example


Text Example

White with #D663DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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