Html Css Color HEX #C390EF Wisteria

📋 copy color: '#C390EF'

red 195 ◦ green 144 ◦ blue 239

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

Shades of Wisteria #C390EF

Tints of Wisteria #C390EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.91%

 BLUE value IS 239 (93.75% from 255) = 41.35%

R = 33.74%
G = 24.91%
B = 41.35%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C390EF (or 0xC390EF) is known color: Wisteria. HEX triplet: C3, 90 and EF. RGB value is (195,144,239). Sum of RGB (Red+Green+Blue) = 195+144+239=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #C390EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C390EF is #3C6F10. Grayscale: #A9A9A9. Windows color (decimal): -3960593 or 15700163. OLE color: 15700163.

HSL color Cylindrical-coordinate representation of color #C390EF: hue angle of 272.21º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C390EF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 144 239 -
CMYK 0.18 0.40 0 0.06
HSL 272.21º 0.75% 0.75% -
HSV(B) 272.21º 0.4% 0.94% -
XYZ 48.06 37.78 86.42 -
YUV 170.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 195 144 239 0.18 0.40 0 0.06 272.21 0.75 0.75
Hex C3 90 EF 12 28 0 6 110 4B 4B
Octal 303 220 357 22 50 0 6 420 113 113
Binary 11000011 10010000 11101111 10010 101000 0 110 100010000 1001011 1001011

Color Harmonies of #C390EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390EF

Black with #C390EF

Text Example


Text Example

White with #C390EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390EF; }

 p { color: rgb(195,144,239); }

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

background-color css

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

 a { background-color: rgb(195,144,239); }

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

border-color css

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

 span { border-color: rgb(195,144,239); }

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