#C672CD

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

Shades of Orchid #C672CD

Tints of Orchid #C672CD

Color information

#C672CD (or 0xC672CD) is unknown color: approx Orchid. HEX triplet: C6, 72 and CD. RGB value is (198,114,205). Sum of RGB (Red+Green+Blue) = 198+114+205=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #C672CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672CD is #398D32. Grayscale: #959595. Windows color (decimal): -3771699 or 13464262. OLE color: 13464262.

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

Color convert

RGB198114205-
CMYK0.030.4400.20
HSL295.38º47.64%62.55%-
HSV(B)295.38º44.39%80.39%-
XYZ40.3328.4561.12-
YUV149.49159.33162.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 114 (44.92% from 255) = 22.05%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=38.30%
G=22.05%
B=39.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981142050.030.4400.20295.3847.6462.55
HexC672CD32C014127303f
Octal3061623153540244476077
Binary1100011011100101100110111101100010100100100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C672CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C672CD; }

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

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

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

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

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

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

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

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