Html Css Color HEX #C392CE Wisteria

📋 copy color: '#C392CE'

red 195 ◦ green 146 ◦ blue 206

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

Shades of Wisteria #C392CE

Tints of Wisteria #C392CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 35.65%
G = 26.69%
B = 37.66%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C392CE (or 0xC392CE) is known color: Wisteria. HEX triplet: C3, 92 and CE. RGB value is (195,146,206). Sum of RGB (Red+Green+Blue) = 195+146+206=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #C392CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392CE is #3C6D31. Grayscale: #A7A7A7. Windows color (decimal): -3960114 or 13537987. OLE color: 13537987.

HSL color Cylindrical-coordinate representation of color #C392CE: hue angle of 289º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C392CE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 146 206 -
CMYK 0.05 0.29 0 0.19
HSL 289º 0.38% 0.69% -
HSV(B) 289º 0.29% 0.81% -
XYZ 43.93 36.62 63.15 -
YUV 167.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 195 146 206 0.05 0.29 0 0.19 289 0.38 0.69
Hex C3 92 CE 5 1D 0 13 121 26 45
Octal 303 222 316 5 35 0 23 441 46 105
Binary 11000011 10010010 11001110 101 11101 0 10011 100100001 100110 1000101

Color Harmonies of #C392CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392CE

Black with #C392CE

Text Example


Text Example

White with #C392CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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