Html Css Color HEX #D773CA Orchid

📋 copy color: '#D773CA'

red 215 ◦ green 115 ◦ blue 202

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

Shades of Orchid #D773CA

Tints of Orchid #D773CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.62%

 BLUE value IS 202 (79.3% from 255) = 37.97%

R = 40.41%
G = 21.62%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D773CA (or 0xD773CA) is known color: Orchid. HEX triplet: D7, 73 and CA. RGB value is (215,115,202). Sum of RGB (Red+Green+Blue) = 215+115+202=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D773CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773CA is #288C35. Grayscale: #9A9A9A. Windows color (decimal): -2657334 or 13267927. OLE color: 13267927.

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

Color convert

RGB 215 115 202 -
CMYK 0 0.47 0.06 0.16
HSL 307.8º 0.56% 0.65% -
HSV(B) 307.8º 0.47% 0.84% -
XYZ 44.82 30.97 59.49 -
YUV 154.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 215 115 202 0 0.47 0.06 0.16 307.8 0.56 0.65
Hex D7 73 CA 0 2F 6 10 134 38 41
Octal 327 163 312 0 57 6 20 464 70 101
Binary 11010111 1110011 11001010 0 101111 110 10000 100110100 111000 1000001

Color Harmonies of #D773CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773CA

Black with #D773CA

Text Example


Text Example

White with #D773CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773CA; }

 p { color: rgb(215,115,202); }

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

background-color css

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

 a { background-color: rgb(215,115,202); }

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

border-color css

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

 span { border-color: rgb(215,115,202); }

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