#C670CF

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

Shades of Orchid #C670CF

Tints of Orchid #C670CF

Color information

#C670CF (or 0xC670CF) is unknown color: approx Orchid. HEX triplet: C6, 70 and CF. RGB value is (198,112,207). Sum of RGB (Red+Green+Blue) = 198+112+207=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C670CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670CF is #398F30. Grayscale: #949494. Windows color (decimal): -3772209 or 13594822. OLE color: 13594822.

HSL color Cylindrical-coordinate representation of color #C670CF: hue angle of 294.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C670CF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198112207-
CMYK0.040.4600.19
HSL294.32º49.74%62.55%-
HSV(B)294.32º45.89%81.18%-
XYZ40.3528.162.33-
YUV148.54160.99163.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 112 (44.14% from 255) = 21.66%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=38.30%
G=21.66%
B=40.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981122070.040.4600.19294.3249.7462.55
HexC670CF42E013126323f
Octal3061603174560234466277
Binary11000110111000011001111100101110010011100100110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C670CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C670CF; }

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

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

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

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

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

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

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

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