Html Css Color HEX #C780BE Orchid

📋 copy color: '#C780BE'

red 199 ◦ green 128 ◦ blue 190

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

Shades of Orchid #C780BE

Tints of Orchid #C780BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 38.49%
G = 24.76%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C780BE (or 0xC780BE) is known color: Orchid. HEX triplet: C7, 80 and BE. RGB value is (199,128,190). Sum of RGB (Red+Green+Blue) = 199+128+190=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C780BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780BE is #387F41. Grayscale: #9C9C9C. Windows color (decimal): -3702594 or 12484807. OLE color: 12484807.

HSL color Cylindrical-coordinate representation of color #C780BE: hue angle of 307.61º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C780BE is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 190 -
CMYK 0 0.36 0.05 0.22
HSL 307.61º 0.39% 0.64% -
HSV(B) 307.61º 0.36% 0.78% -
XYZ 40.57 31.3 52.62 -
YUV 156.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 199 128 190 0 0.36 0.05 0.22 307.61 0.39 0.64
Hex C7 80 BE 0 24 5 16 134 27 40
Octal 307 200 276 0 44 5 26 464 47 100
Binary 11000111 10000000 10111110 0 100100 101 10110 100110100 100111 1000000

Color Harmonies of #C780BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780BE

Black with #C780BE

Text Example


Text Example

White with #C780BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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