Html Css Color HEX #C780BF Orchid

📋 copy color: '#C780BF'

red 199 ◦ green 128 ◦ blue 191

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

Shades of Orchid #C780BF

Tints of Orchid #C780BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.87%

R = 38.42%
G = 24.71%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C780BF (or 0xC780BF) is known color: Orchid. HEX triplet: C7, 80 and BF. RGB value is (199,128,191). Sum of RGB (Red+Green+Blue) = 199+128+191=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C780BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780BF is #387F40. Grayscale: #9C9C9C. Windows color (decimal): -3702593 or 12550343. OLE color: 12550343.

HSL color Cylindrical-coordinate representation of color #C780BF: hue angle of 306.76º 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 #C780BF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 191 -
CMYK 0 0.36 0.04 0.22
HSL 306.76º 0.39% 0.64% -
HSV(B) 306.76º 0.36% 0.78% -
XYZ 40.68 31.34 53.2 -
YUV 156.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 199 128 191 0 0.36 0.04 0.22 306.76 0.39 0.64
Hex C7 80 BF 0 24 4 16 133 27 40
Octal 307 200 277 0 44 4 26 463 47 100
Binary 11000111 10000000 10111111 0 100100 100 10110 100110011 100111 1000000

Color Harmonies of #C780BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780BF

Black with #C780BF

Text Example


Text Example

White with #C780BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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