Html Css Color HEX #D663C8 Orchid

📋 copy color: '#D663C8'

red 214 ◦ green 99 ◦ blue 200

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

Shades of Orchid #D663C8

Tints of Orchid #D663C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.99%

R = 41.72%
G = 19.3%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D663C8 (or 0xD663C8) is known color: Orchid. HEX triplet: D6, 63 and C8. RGB value is (214,99,200). Sum of RGB (Red+Green+Blue) = 214+99+200=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D663C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663C8 is #299C37. Grayscale: #909090. Windows color (decimal): -2726968 or 13132758. OLE color: 13132758.

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

Color convert

RGB 214 99 200 -
CMYK 0 0.54 0.07 0.16
HSL 307.3º 0.58% 0.61% -
HSV(B) 307.3º 0.54% 0.84% -
XYZ 42.62 27.39 57.68 -
YUV 144.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 214 99 200 0 0.54 0.07 0.16 307.3 0.58 0.61
Hex D6 63 C8 0 36 7 10 133 3A 3D
Octal 326 143 310 0 66 7 20 463 72 75
Binary 11010110 1100011 11001000 0 110110 111 10000 100110011 111010 111101

Color Harmonies of #D663C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663C8

Black with #D663C8

Text Example


Text Example

White with #D663C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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