Html Css Color HEX #D770CA Orchid

📋 copy color: '#D770CA'

red 215 ◦ green 112 ◦ blue 202

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

Shades of Orchid #D770CA

Tints of Orchid #D770CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.17%

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

R = 40.64%
G = 21.17%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D770CA (or 0xD770CA) is known color: Orchid. HEX triplet: D7, 70 and CA. RGB value is (215,112,202). Sum of RGB (Red+Green+Blue) = 215+112+202=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D770CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770CA is #288F35. Grayscale: #989898. Windows color (decimal): -2658102 or 13267159. OLE color: 13267159.

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

Color convert

RGB 215 112 202 -
CMYK 0 0.48 0.06 0.16
HSL 307.57º 0.56% 0.64% -
HSV(B) 307.57º 0.48% 0.84% -
XYZ 44.48 30.3 59.38 -
YUV 153.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 215 112 202 0 0.48 0.06 0.16 307.57 0.56 0.64
Hex D7 70 CA 0 30 6 10 134 38 40
Octal 327 160 312 0 60 6 20 464 70 100
Binary 11010111 1110000 11001010 0 110000 110 10000 100110100 111000 1000000

Color Harmonies of #D770CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770CA

Black with #D770CA

Text Example


Text Example

White with #D770CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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