Html Css Color HEX #D772C9 Orchid

📋 copy color: '#D772C9'

red 215 ◦ green 114 ◦ blue 201

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

Shades of Orchid #D772C9

Tints of Orchid #D772C9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.51%

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 40.57%
G = 21.51%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D772C9 (or 0xD772C9) is known color: Orchid. HEX triplet: D7, 72 and C9. RGB value is (215,114,201). Sum of RGB (Red+Green+Blue) = 215+114+201=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D772C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772C9 is #288D36. Grayscale: #999999. Windows color (decimal): -2657591 or 13202135. OLE color: 13202135.

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

Color convert

RGB 215 114 201 -
CMYK 0 0.47 0.07 0.16
HSL 308.32º 0.56% 0.65% -
HSV(B) 308.32º 0.47% 0.84% -
XYZ 44.58 30.7 58.83 -
YUV 154.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 215 114 201 0 0.47 0.07 0.16 308.32 0.56 0.65
Hex D7 72 C9 0 2F 7 10 134 38 41
Octal 327 162 311 0 57 7 20 464 70 101
Binary 11010111 1110010 11001001 0 101111 111 10000 100110100 111000 1000001

Color Harmonies of #D772C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772C9

Black with #D772C9

Text Example


Text Example

White with #D772C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772C9; }

 p { color: rgb(215,114,201); }

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

background-color css

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

 a { background-color: rgb(215,114,201); }

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

border-color css

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

 span { border-color: rgb(215,114,201); }

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