#C38CFF

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

Shades of Wisteria #C38CFF

Tints of Wisteria #C38CFF

Color information

#C38CFF (or 0xC38CFF) is unknown color: approx Wisteria. HEX triplet: C3, 8C and FF. RGB value is (195,140,255). Sum of RGB (Red+Green+Blue) = 195+140+255=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #C38CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38CFF is #3C7300. Grayscale: #A9A9A9. Windows color (decimal): -3961601 or 16747715. OLE color: 16747715.

HSL color Cylindrical-coordinate representation of color #C38CFF: hue angle of 268.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C38CFF is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB195140255-
CMYK0.240.4500
HSL268.7º100%77.45%-
HSV(B)268.7º45.1%100%-
XYZ49.9337.5899.23-
YUV169.55176.22146.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.05%
GREEN value IS 140 (55.08% from 255) = 23.73%
BLUE value IS 255 (100% from 255) = 43.22%
R=33.05%
G=23.73%
B=43.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951402550.240.4500268.710077.45
HexC38CFF182D0010d644d
Octal303214377305500415144115
Binary110000111000110011111111110001011010010000110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CFF; }

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

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

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

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

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

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

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

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