Html Css Color HEX #D664C0 Orchid

📋 copy color: '#D664C0'

red 214 ◦ green 100 ◦ blue 192

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

Shades of Orchid #D664C0

Tints of Orchid #D664C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.94%

R = 42.29%
G = 19.76%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D664C0 (or 0xD664C0) is known color: Orchid. HEX triplet: D6, 64 and C0. RGB value is (214,100,192). Sum of RGB (Red+Green+Blue) = 214+100+192=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D664C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664C0 is #299B3F. Grayscale: #909090. Windows color (decimal): -2726720 or 12608726. OLE color: 12608726.

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

Color convert

RGB 214 100 192 -
CMYK 0 0.53 0.10 0.16
HSL 311.58º 0.58% 0.62% -
HSV(B) 311.58º 0.53% 0.84% -
XYZ 41.8 27.22 52.92 -
YUV 144.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 214 100 192 0 0.53 0.10 0.16 311.58 0.58 0.62
Hex D6 64 C0 0 35 A 10 138 3A 3E
Octal 326 144 300 0 65 12 20 470 72 76
Binary 11010110 1100100 11000000 0 110101 1010 10000 100111000 111010 111110

Color Harmonies of #D664C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664C0

Black with #D664C0

Text Example


Text Example

White with #D664C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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