Html Css Color HEX #C780BD Orchid

📋 copy color: '#C780BD'

red 199 ◦ green 128 ◦ blue 189

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

Shades of Orchid #C780BD

Tints of Orchid #C780BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.63%

R = 38.57%
G = 24.81%
B = 36.63%

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

#C780BD (or 0xC780BD) is known color: Orchid. HEX triplet: C7, 80 and BD. RGB value is (199,128,189). Sum of RGB (Red+Green+Blue) = 199+128+189=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C780BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780BD is #387F42. Grayscale: #9C9C9C. Windows color (decimal): -3702595 or 12419271. OLE color: 12419271.

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

Color convert

RGB 199 128 189 -
CMYK 0 0.36 0.05 0.22
HSL 308.45º 0.39% 0.64% -
HSV(B) 308.45º 0.36% 0.78% -
XYZ 40.46 31.25 52.04 -
YUV 156.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 199 128 189 0 0.36 0.05 0.22 308.45 0.39 0.64
Hex C7 80 BD 0 24 5 16 134 27 40
Octal 307 200 275 0 44 5 26 464 47 100
Binary 11000111 10000000 10111101 0 100100 101 10110 100110100 100111 1000000

Color Harmonies of #C780BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780BD

Black with #C780BD

Text Example


Text Example

White with #C780BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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