Html Css Color HEX #D764CF Orchid

📋 copy color: '#D764CF'

red 215 ◦ green 100 ◦ blue 207

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

Shades of Orchid #D764CF

Tints of Orchid #D764CF

RGB

 RED value IS 215 (84.38% from 255) = 41.19%

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

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 41.19%
G = 19.16%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D764CF (or 0xD764CF) is known color: Orchid. HEX triplet: D7, 64 and CF. RGB value is (215,100,207). Sum of RGB (Red+Green+Blue) = 215+100+207=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D764CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764CF is #289B30. Grayscale: #929292. Windows color (decimal): -2661169 or 13591767. OLE color: 13591767.

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

Color convert

RGB 215 100 207 -
CMYK 0 0.53 0.04 0.16
HSL 304.17º 0.59% 0.62% -
HSV(B) 304.17º 0.53% 0.84% -
XYZ 43.84 28.07 62.14 -
YUV 146.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 215 100 207 0 0.53 0.04 0.16 304.17 0.59 0.62
Hex D7 64 CF 0 35 4 10 130 3B 3E
Octal 327 144 317 0 65 4 20 460 73 76
Binary 11010111 1100100 11001111 0 110101 100 10000 100110000 111011 111110

Color Harmonies of #D764CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764CF

Black with #D764CF

Text Example


Text Example

White with #D764CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764CF; }

 p { color: rgb(215,100,207); }

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

background-color css

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

 a { background-color: rgb(215,100,207); }

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

border-color css

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

 span { border-color: rgb(215,100,207); }

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