#C670CD

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

Shades of Orchid #C670CD

Tints of Orchid #C670CD

Color information

#C670CD (or 0xC670CD) is unknown color: approx Orchid. HEX triplet: C6, 70 and CD. RGB value is (198,112,205). Sum of RGB (Red+Green+Blue) = 198+112+205=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #C670CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670CD is #398F32. Grayscale: #949494. Windows color (decimal): -3772211 or 13463750. OLE color: 13463750.

HSL color Cylindrical-coordinate representation of color #C670CD: hue angle of 295.48º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C670CD is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198112205-
CMYK0.030.4500.20
HSL295.48º48.19%62.16%-
HSV(B)295.48º45.37%80.39%-
XYZ40.12861.05-
YUV148.32159.99163.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=38.45%
G=21.75%
B=39.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981122050.030.4500.20295.4848.1962.16
HexC670CD32D014127303e
Octal3061603153550244476076
Binary1100011011100001100110111101101010100100100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C670CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C670CD; }

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

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

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

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

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

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

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

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