Html Css Color HEX #C392FE Wisteria

📋 copy color: '#C392FE'

red 195 ◦ green 146 ◦ blue 254

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

Shades of Wisteria #C392FE

Tints of Wisteria #C392FE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.54%

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 32.77%
G = 24.54%
B = 42.69%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C392FE (or 0xC392FE) is known color: Wisteria. HEX triplet: C3, 92 and FE. RGB value is (195,146,254). Sum of RGB (Red+Green+Blue) = 195+146+254=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #C392FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392FE is #3C6D01. Grayscale: #ACACAC. Windows color (decimal): -3960066 or 16683715. OLE color: 16683715.

HSL color Cylindrical-coordinate representation of color #C392FE: hue angle of 267.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C392FE is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 146 254 -
CMYK 0.23 0.43 0 0.00
HSL 267.22º 0.98% 0.78% -
HSV(B) 267.22º 0.43% 1% -
XYZ 50.67 39.32 98.68 -
YUV 172.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 195 146 254 0.23 0.43 0 0.00 267.22 0.98 0.78
Hex C3 92 FE 17 2B 0 0 10B 62 4E
Octal 303 222 376 27 53 0 0 413 142 116
Binary 11000011 10010010 11111110 10111 101011 0 0 100001011 1100010 1001110

Color Harmonies of #C392FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392FE

Black with #C392FE

Text Example


Text Example

White with #C392FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392FE; }

 p { color: rgb(195,146,254); }

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

background-color css

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

 a { background-color: rgb(195,146,254); }

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

border-color css

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

 span { border-color: rgb(195,146,254); }

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