#C780C4

Color #C780C4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C780C4

Tints of Orchid #C780C4

Color information

#C780C4 (or 0xC780C4) is unknown color: approx Orchid. HEX triplet: C7, 80 and C4. RGB value is (199,128,196). Sum of RGB (Red+Green+Blue) = 199+128+196=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C780C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780C4 is #387F3B. Grayscale: #9C9C9C. Windows color (decimal): -3702588 or 12878023. OLE color: 12878023.

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

Color convert

RGB199128196-
CMYK00.360.020.22
HSL302.54º38.8%64.12%-
HSV(B)302.54º35.68%78.04%-
XYZ41.2431.5756.14-
YUV156.98150.02157.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.05%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=38.05%
G=24.47%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912819600.360.020.22302.5438.864.12
HexC780C402421612f2740
Octal30720030404422645747100
Binary110001111000000011000100010010010101101001011111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780C4; }

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

 H1.HeaderClassName
 {
   color: #C780C4;
 }
 .AnyTagClassName
 {
   color: #C780C4;
 }
</style>
background-color css

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

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

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

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

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

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