#C375C1

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

Shades of Orchid #C375C1

Tints of Orchid #C375C1

Color information

#C375C1 (or 0xC375C1) is unknown color: approx Orchid. HEX triplet: C3, 75 and C1. RGB value is (195,117,193). Sum of RGB (Red+Green+Blue) = 195+117+193=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C375C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375C1 is #3C8A3E. Grayscale: #949494. Windows color (decimal): -3967551 or 12678595. OLE color: 12678595.

HSL color Cylindrical-coordinate representation of color #C375C1: hue angle of 301.54º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C375C1 is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB195117193-
CMYK00.40.010.24
HSL301.54º39.39%61.18%-
HSV(B)301.54º40%76.47%-
XYZ38.4928.1753.86-
YUV148.99152.84160.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=38.61%
G=23.17%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511719300.40.010.24301.5439.3961.18
HexC375C102811812e273d
Octal3031653010501304564775
Binary110000111110101110000010101000111000100101110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375C1; }

 p { color: rgb(195,117,193); }

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

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

 a { background-color: rgb(195,117,193); }

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

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

 span { border-color: rgb(195,117,193); }

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