#C675C2

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

Shades of Orchid #C675C2

Tints of Orchid #C675C2

Color information

#C675C2 (or 0xC675C2) is unknown color: approx Orchid. HEX triplet: C6, 75 and C2. RGB value is (198,117,194). Sum of RGB (Red+Green+Blue) = 198+117+194=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C675C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675C2 is #398A3D. Grayscale: #959595. Windows color (decimal): -3770942 or 12744134. OLE color: 12744134.

HSL color Cylindrical-coordinate representation of color #C675C2: hue angle of 302.96º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C675C2 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB198117194-
CMYK00.410.020.22
HSL302.96º41.54%61.76%-
HSV(B)302.96º40.91%77.65%-
XYZ39.3928.6254.49-
YUV150152.84162.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 194 (76.17% from 255) = 38.11%
R=38.90%
G=22.99%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811719400.410.020.22302.9641.5461.76
HexC675C202921612f2a3e
Octal3061653020512264575276
Binary1100011011101011100001001010011010110100101111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C675C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C675C2; }

 p { color: rgb(198,117,194); }

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

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

 a { background-color: rgb(198,117,194); }

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

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

 span { border-color: rgb(198,117,194); }

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