Html Css Color HEX #C780CE Orchid

📋 copy color: '#C780CE'

red 199 ◦ green 128 ◦ blue 206

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

Shades of Orchid #C780CE

Tints of Orchid #C780CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 37.34%
G = 24.02%
B = 38.65%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C780CE (or 0xC780CE) is known color: Orchid. HEX triplet: C7, 80 and CE. RGB value is (199,128,206). Sum of RGB (Red+Green+Blue) = 199+128+206=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C780CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780CE is #387F31. Grayscale: #9D9D9D. Windows color (decimal): -3702578 or 13533383. OLE color: 13533383.

HSL color Cylindrical-coordinate representation of color #C780CE: hue angle of 294.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C780CE is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 128 206 -
CMYK 0.03 0.38 0 0.19
HSL 294.62º 0.44% 0.65% -
HSV(B) 294.62º 0.38% 0.81% -
XYZ 42.41 32.04 62.34 -
YUV 158.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 199 128 206 0.03 0.38 0 0.19 294.62 0.44 0.65
Hex C7 80 CE 3 26 0 13 127 2C 41
Octal 307 200 316 3 46 0 23 447 54 101
Binary 11000111 10000000 11001110 11 100110 0 10011 100100111 101100 1000001

Color Harmonies of #C780CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780CE

Black with #C780CE

Text Example


Text Example

White with #C780CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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