Html Css Color HEX #D664C8 Orchid

📋 copy color: '#D664C8'

red 214 ◦ green 100 ◦ blue 200

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

Shades of Orchid #D664C8

Tints of Orchid #D664C8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.46%

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

R = 41.63%
G = 19.46%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D664C8 (or 0xD664C8) is known color: Orchid. HEX triplet: D6, 64 and C8. RGB value is (214,100,200). Sum of RGB (Red+Green+Blue) = 214+100+200=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D664C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664C8 is #299B37. Grayscale: #919191. Windows color (decimal): -2726712 or 13133014. OLE color: 13133014.

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

Color convert

RGB 214 100 200 -
CMYK 0 0.53 0.07 0.16
HSL 307.37º 0.58% 0.62% -
HSV(B) 307.37º 0.53% 0.84% -
XYZ 42.71 27.58 57.72 -
YUV 145.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 214 100 200 0 0.53 0.07 0.16 307.37 0.58 0.62
Hex D6 64 C8 0 35 7 10 133 3A 3E
Octal 326 144 310 0 65 7 20 463 72 76
Binary 11010110 1100100 11001000 0 110101 111 10000 100110011 111010 111110

Color Harmonies of #D664C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664C8

Black with #D664C8

Text Example


Text Example

White with #D664C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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