Html Css Color HEX #C392FB Wisteria

📋 copy color: '#C392FB'

red 195 ◦ green 146 ◦ blue 251

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

Shades of Wisteria #C392FB

Tints of Wisteria #C392FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.4%

R = 32.94%
G = 24.66%
B = 42.4%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C392FB (or 0xC392FB) is known color: Wisteria. HEX triplet: C3, 92 and FB. RGB value is (195,146,251). Sum of RGB (Red+Green+Blue) = 195+146+251=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #C392FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392FB is #3C6D04. Grayscale: #ACACAC. Windows color (decimal): -3960069 or 16487107. OLE color: 16487107.

HSL color Cylindrical-coordinate representation of color #C392FB: hue angle of 268º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C392FB is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 146 251 -
CMYK 0.22 0.42 0 0.02
HSL 268º 0.93% 0.78% -
HSV(B) 268º 0.42% 0.98% -
XYZ 50.2 39.12 96.17 -
YUV 172.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 195 146 251 0.22 0.42 0 0.02 268 0.93 0.78
Hex C3 92 FB 16 2A 0 2 10C 5D 4E
Octal 303 222 373 26 52 0 2 414 135 116
Binary 11000011 10010010 11111011 10110 101010 0 10 100001100 1011101 1001110

Color Harmonies of #C392FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392FB

Black with #C392FB

Text Example


Text Example

White with #C392FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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