Html Css Color HEX #C389F0 Wisteria

📋 copy color: '#C389F0'

red 195 ◦ green 137 ◦ blue 240

#C389F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C389F0

Tints of Wisteria #C389F0

RGB

 RED value IS 195 (76.56% from 255) = 34.09%

 GREEN value IS 137 (53.91% from 255) = 23.95%

 BLUE value IS 240 (94.14% from 255) = 41.96%

R = 34.09%
G = 23.95%
B = 41.96%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C389F0 (or 0xC389F0) is known color: Wisteria. HEX triplet: C3, 89 and F0. RGB value is (195,137,240). Sum of RGB (Red+Green+Blue) = 195+137+240=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #C389F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C389F0 is #3C760F. Grayscale: #A5A5A5. Windows color (decimal): -3962384 or 15763907. OLE color: 15763907.

HSL color Cylindrical-coordinate representation of color #C389F0: hue angle of 273.79º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C389F0 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 137 240 -
CMYK 0.19 0.43 0 0.06
HSL 273.79º 0.77% 0.74% -
HSV(B) 273.79º 0.43% 0.94% -
XYZ 47.18 35.78 86.86 -
YUV 166.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 195 137 240 0.19 0.43 0 0.06 273.79 0.77 0.74
Hex C3 89 F0 13 2B 0 6 112 4D 4A
Octal 303 211 360 23 53 0 6 422 115 112
Binary 11000011 10001001 11110000 10011 101011 0 110 100010010 1001101 1001010

Color Harmonies of #C389F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C389F0

Black with #C389F0

Text Example


Text Example

White with #C389F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C389F0; }

 p { color: rgb(195,137,240); }

 H1.HeaderClassName
 {
   color: #C389F0;
 }
 .AnyTagClassName
 {
   color: #C389F0;
 }
</style>

background-color css

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

 a { background-color: rgb(195,137,240); }

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

border-color css

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

 span { border-color: rgb(195,137,240); }

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