Html Css Color HEX #D772CD Orchid

📋 copy color: '#D772CD'

red 215 ◦ green 114 ◦ blue 205

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

Shades of Orchid #D772CD

Tints of Orchid #D772CD

RGB

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

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

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

R = 40.26%
G = 21.35%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D772CD (or 0xD772CD) is known color: Orchid. HEX triplet: D7, 72 and CD. RGB value is (215,114,205). Sum of RGB (Red+Green+Blue) = 215+114+205=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D772CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772CD is #288D32. Grayscale: #9A9A9A. Windows color (decimal): -2657587 or 13464279. OLE color: 13464279.

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

Color convert

RGB 215 114 205 -
CMYK 0 0.47 0.05 0.16
HSL 305.94º 0.56% 0.65% -
HSV(B) 305.94º 0.47% 0.84% -
XYZ 45.06 30.89 61.34 -
YUV 154.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 215 114 205 0 0.47 0.05 0.16 305.94 0.56 0.65
Hex D7 72 CD 0 2F 5 10 132 38 41
Octal 327 162 315 0 57 5 20 462 70 101
Binary 11010111 1110010 11001101 0 101111 101 10000 100110010 111000 1000001

Color Harmonies of #D772CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772CD

Black with #D772CD

Text Example


Text Example

White with #D772CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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