Html Css Color HEX #D663CC Orchid

📋 copy color: '#D663CC'

red 214 ◦ green 99 ◦ blue 204

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

Shades of Orchid #D663CC

Tints of Orchid #D663CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 41.39%
G = 19.15%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D663CC (or 0xD663CC) is known color: Orchid. HEX triplet: D6, 63 and CC. RGB value is (214,99,204). Sum of RGB (Red+Green+Blue) = 214+99+204=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D663CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663CC is #299C33. Grayscale: #919191. Windows color (decimal): -2726964 or 13394902. OLE color: 13394902.

HSL color Cylindrical-coordinate representation of color #D663CC: hue angle of 305.22º 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 #D663CC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 99 204 -
CMYK 0 0.54 0.05 0.16
HSL 305.22º 0.58% 0.61% -
HSV(B) 305.22º 0.54% 0.84% -
XYZ 43.09 27.58 60.18 -
YUV 145.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 214 99 204 0 0.54 0.05 0.16 305.22 0.58 0.61
Hex D6 63 CC 0 36 5 10 131 3A 3D
Octal 326 143 314 0 66 5 20 461 72 75
Binary 11010110 1100011 11001100 0 110110 101 10000 100110001 111010 111101

Color Harmonies of #D663CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663CC

Black with #D663CC

Text Example


Text Example

White with #D663CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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