Html Css Color HEX #D663D2 Orchid

📋 copy color: '#D663D2'

red 214 ◦ green 99 ◦ blue 210

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

Shades of Orchid #D663D2

Tints of Orchid #D663D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.15%

R = 40.92%
G = 18.93%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D663D2 (or 0xD663D2) is known color: Orchid. HEX triplet: D6, 63 and D2. RGB value is (214,99,210). Sum of RGB (Red+Green+Blue) = 214+99+210=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D663D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663D2 is #299C2D. Grayscale: #919191. Windows color (decimal): -2726958 or 13788118. OLE color: 13788118.

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

Color convert

RGB 214 99 210 -
CMYK 0 0.54 0.02 0.16
HSL 302.09º 0.58% 0.61% -
HSV(B) 302.09º 0.54% 0.84% -
XYZ 43.83 27.87 64.04 -
YUV 146.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 214 99 210 0 0.54 0.02 0.16 302.09 0.58 0.61
Hex D6 63 D2 0 36 2 10 12E 3A 3D
Octal 326 143 322 0 66 2 20 456 72 75
Binary 11010110 1100011 11010010 0 110110 10 10000 100101110 111010 111101

Color Harmonies of #D663D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663D2

Black with #D663D2

Text Example


Text Example

White with #D663D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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