Html Css Color HEX #C780D1 Orchid

📋 copy color: '#C780D1'

red 199 ◦ green 128 ◦ blue 209

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

Shades of Orchid #C780D1

Tints of Orchid #C780D1

RGB

 RED value IS 199 (78.13% from 255) = 37.13%

 GREEN value IS 128 (50.39% from 255) = 23.88%

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 37.13%
G = 23.88%
B = 38.99%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C780D1 (or 0xC780D1) is known color: Orchid. HEX triplet: C7, 80 and D1. RGB value is (199,128,209). Sum of RGB (Red+Green+Blue) = 199+128+209=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #C780D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780D1 is #387F2E. Grayscale: #9E9E9E. Windows color (decimal): -3702575 or 13729991. OLE color: 13729991.

HSL color Cylindrical-coordinate representation of color #C780D1: hue angle of 292.59º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C780D1 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 128 209 -
CMYK 0.05 0.39 0 0.18
HSL 292.59º 0.47% 0.66% -
HSV(B) 292.59º 0.39% 0.82% -
XYZ 42.78 32.18 64.28 -
YUV 158.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 199 128 209 0.05 0.39 0 0.18 292.59 0.47 0.66
Hex C7 80 D1 5 27 0 12 125 2F 42
Octal 307 200 321 5 47 0 22 445 57 102
Binary 11000111 10000000 11010001 101 100111 0 10010 100100101 101111 1000010

Color Harmonies of #C780D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780D1

Black with #C780D1

Text Example


Text Example

White with #C780D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780D1; }

 p { color: rgb(199,128,209); }

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

background-color css

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

 a { background-color: rgb(199,128,209); }

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

border-color css

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

 span { border-color: rgb(199,128,209); }

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