Html Css Color HEX #D764CD Orchid

📋 copy color: '#D764CD'

red 215 ◦ green 100 ◦ blue 205

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

Shades of Orchid #D764CD

Tints of Orchid #D764CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 41.35%
G = 19.23%
B = 39.42%

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

#D764CD (or 0xD764CD) is known color: Orchid. HEX triplet: D7, 64 and CD. RGB value is (215,100,205). Sum of RGB (Red+Green+Blue) = 215+100+205=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D764CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764CD is #289B32. Grayscale: #929292. Windows color (decimal): -2661171 or 13460695. OLE color: 13460695.

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

Color convert

RGB 215 100 205 -
CMYK 0 0.53 0.05 0.16
HSL 305.22º 0.59% 0.62% -
HSV(B) 305.22º 0.53% 0.84% -
XYZ 43.6 27.97 60.86 -
YUV 146.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 215 100 205 0 0.53 0.05 0.16 305.22 0.59 0.62
Hex D7 64 CD 0 35 5 10 131 3B 3E
Octal 327 144 315 0 65 5 20 461 73 76
Binary 11010111 1100100 11001101 0 110101 101 10000 100110001 111011 111110

Color Harmonies of #D764CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764CD

Black with #D764CD

Text Example


Text Example

White with #D764CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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