#C38CE2

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

Shades of Wisteria #C38CE2

Tints of Wisteria #C38CE2

Color information

#C38CE2 (or 0xC38CE2) is unknown color: approx Wisteria. HEX triplet: C3, 8C and E2. RGB value is (195,140,226). Sum of RGB (Red+Green+Blue) = 195+140+226=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #C38CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CE2 is #3C731D. Grayscale: #A5A5A5. Windows color (decimal): -3961630 or 14847171. OLE color: 14847171.

HSL color Cylindrical-coordinate representation of color #C38CE2: hue angle of 278.37º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38CE2 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB195140226-
CMYK0.140.3800.11
HSL278.37º59.72%71.76%-
HSV(B)278.37º38.05%88.63%-
XYZ45.6135.8576.47-
YUV166.25161.72148.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 140 (55.08% from 255) = 24.96%
BLUE value IS 226 (88.67% from 255) = 40.29%
R=34.76%
G=24.96%
B=40.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1951402260.140.3800.11278.3759.7271.76
HexC38CE2E260B1163c48
Octal303214342164601342674110
Binary1100001110001100111000101110100110010111000101101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CE2; }

 p { color: rgb(195,140,226); }

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

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

 a { background-color: rgb(195,140,226); }

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

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

 span { border-color: rgb(195,140,226); }

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