Html Css Color HEX #C780D0 Orchid

📋 copy color: '#C780D0'

red 199 ◦ green 128 ◦ blue 208

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

Shades of Orchid #C780D0

Tints of Orchid #C780D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 37.2%
G = 23.93%
B = 38.88%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C780D0 (or 0xC780D0) is known color: Orchid. HEX triplet: C7, 80 and D0. RGB value is (199,128,208). Sum of RGB (Red+Green+Blue) = 199+128+208=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #C780D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780D0 is #387F2F. Grayscale: #9E9E9E. Windows color (decimal): -3702576 or 13664455. OLE color: 13664455.

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

Color convert

RGB 199 128 208 -
CMYK 0.04 0.38 0 0.18
HSL 293.25º 0.46% 0.66% -
HSV(B) 293.25º 0.38% 0.82% -
XYZ 42.66 32.13 63.63 -
YUV 158.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 199 128 208 0.04 0.38 0 0.18 293.25 0.46 0.66
Hex C7 80 D0 4 26 0 12 125 2E 42
Octal 307 200 320 4 46 0 22 445 56 102
Binary 11000111 10000000 11010000 100 100110 0 10010 100100101 101110 1000010

Color Harmonies of #C780D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780D0

Black with #C780D0

Text Example


Text Example

White with #C780D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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