Html Css Color HEX #C492CF Wisteria

📋 copy color: '#C492CF'

red 196 ◦ green 146 ◦ blue 207

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

Shades of Wisteria #C492CF

Tints of Wisteria #C492CF

RGB

 RED value IS 196 (76.95% from 255) = 35.7%

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 35.7%
G = 26.59%
B = 37.7%

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

#C492CF (or 0xC492CF) is known color: Wisteria. HEX triplet: C4, 92 and CF. RGB value is (196,146,207). Sum of RGB (Red+Green+Blue) = 196+146+207=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #C492CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492CF is #3B6D30. Grayscale: #A7A7A7. Windows color (decimal): -3894577 or 13603524. OLE color: 13603524.

HSL color Cylindrical-coordinate representation of color #C492CF: hue angle of 289.18º degrees, saturation: 0.39, 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 #C492CF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 146 207 -
CMYK 0.05 0.29 0 0.19
HSL 289.18º 0.39% 0.69% -
HSV(B) 289.18º 0.29% 0.81% -
XYZ 44.31 36.8 63.8 -
YUV 167.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 196 146 207 0.05 0.29 0 0.19 289.18 0.39 0.69
Hex C4 92 CF 5 1D 0 13 121 27 45
Octal 304 222 317 5 35 0 23 441 47 105
Binary 11000100 10010010 11001111 101 11101 0 10011 100100001 100111 1000101

Color Harmonies of #C492CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492CF

Black with #C492CF

Text Example


Text Example

White with #C492CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492CF; }

 p { color: rgb(196,146,207); }

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

background-color css

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

 a { background-color: rgb(196,146,207); }

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

border-color css

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

 span { border-color: rgb(196,146,207); }

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