Html Css Color HEX #D664CC Orchid

📋 copy color: '#D664CC'

red 214 ◦ green 100 ◦ blue 204

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

Shades of Orchid #D664CC

Tints of Orchid #D664CC

RGB

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

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

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

R = 41.31%
G = 19.31%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D664CC (or 0xD664CC) is known color: Orchid. HEX triplet: D6, 64 and CC. RGB value is (214,100,204). Sum of RGB (Red+Green+Blue) = 214+100+204=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D664CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664CC is #299B33. Grayscale: #919191. Windows color (decimal): -2726708 or 13395158. OLE color: 13395158.

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

Color convert

RGB 214 100 204 -
CMYK 0 0.53 0.05 0.16
HSL 305.26º 0.58% 0.62% -
HSV(B) 305.26º 0.53% 0.84% -
XYZ 43.19 27.77 60.21 -
YUV 145.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 214 100 204 0 0.53 0.05 0.16 305.26 0.58 0.62
Hex D6 64 CC 0 35 5 10 131 3A 3E
Octal 326 144 314 0 65 5 20 461 72 76
Binary 11010110 1100100 11001100 0 110101 101 10000 100110001 111010 111110

Color Harmonies of #D664CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664CC

Black with #D664CC

Text Example


Text Example

White with #D664CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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