Html Css Color HEX #C388F0 Wisteria

📋 copy color: '#C388F0'

red 195 ◦ green 136 ◦ blue 240

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

Shades of Wisteria #C388F0

Tints of Wisteria #C388F0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.82%

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

R = 34.15%
G = 23.82%
B = 42.03%

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

#C388F0 (or 0xC388F0) is known color: Wisteria. HEX triplet: C3, 88 and F0. RGB value is (195,136,240). Sum of RGB (Red+Green+Blue) = 195+136+240=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #C388F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C388F0 is #3C770F. Grayscale: #A5A5A5. Windows color (decimal): -3962640 or 15763651. OLE color: 15763651.

HSL color Cylindrical-coordinate representation of color #C388F0: hue angle of 274.04º degrees, saturation: 0.78, 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 #C388F0 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 136 240 -
CMYK 0.19 0.43 0 0.06
HSL 274.04º 0.78% 0.74% -
HSV(B) 274.04º 0.43% 0.94% -
XYZ 47.04 35.5 86.81 -
YUV 165.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 195 136 240 0.19 0.43 0 0.06 274.04 0.78 0.74
Hex C3 88 F0 13 2B 0 6 112 4E 4A
Octal 303 210 360 23 53 0 6 422 116 112
Binary 11000011 10001000 11110000 10011 101011 0 110 100010010 1001110 1001010

Color Harmonies of #C388F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388F0

Black with #C388F0

Text Example


Text Example

White with #C388F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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