#C670C5

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

Shades of Orchid #C670C5

Tints of Orchid #C670C5

Color information

#C670C5 (or 0xC670C5) is unknown color: approx Orchid. HEX triplet: C6, 70 and C5. RGB value is (198,112,197). Sum of RGB (Red+Green+Blue) = 198+112+197=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C670C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670C5 is #398F3A. Grayscale: #939393. Windows color (decimal): -3772219 or 12939462. OLE color: 12939462.

HSL color Cylindrical-coordinate representation of color #C670C5: hue angle of 300.7º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C670C5 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB198112197-
CMYK00.430.010.22
HSL300.7º43%60.78%-
HSV(B)300.7º43.43%77.65%-
XYZ39.1627.6356.09-
YUV147.4155.99164.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 112 (44.14% from 255) = 22.09%
BLUE value IS 197 (77.34% from 255) = 38.86%
R=39.05%
G=22.09%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811219700.430.010.22300.74360.78
HexC670C502B11612d2b3d
Octal3061603050531264555375
Binary110001101110000110001010101011110110100101101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C670C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C670C5; }

 p { color: rgb(198,112,197); }

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

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

 a { background-color: rgb(198,112,197); }

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

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

 span { border-color: rgb(198,112,197); }

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