#C08FEA

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

Shades of Wisteria #C08FEA

Tints of Wisteria #C08FEA

Color information

#C08FEA (or 0xC08FEA) is unknown color: approx Wisteria. HEX triplet: C0, 8F and EA. RGB value is (192,143,234). Sum of RGB (Red+Green+Blue) = 192+143+234=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #C08FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FEA is #3F7015. Grayscale: #A7A7A7. Windows color (decimal): -4157462 or 15372224. OLE color: 15372224.

HSL color Cylindrical-coordinate representation of color #C08FEA: hue angle of 272.31º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08FEA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192143234-
CMYK0.180.3900.08
HSL272.31º68.42%73.92%-
HSV(B)272.31º38.89%91.76%-
XYZ46.4136.7982.5-
YUV168.02165.23145.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=33.74%
G=25.13%
B=41.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921432340.180.3900.08272.3168.4273.92
HexC08FEA122708110444a
Octal3002173522247010420104112
Binary110000001000111111101010100101001110100010001000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FEA; }

 p { color: rgb(192,143,234); }

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

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

 a { background-color: rgb(192,143,234); }

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

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

 span { border-color: rgb(192,143,234); }

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