Html Css Color HEX #C490CF Wisteria

📋 copy color: '#C490CF'

red 196 ◦ green 144 ◦ blue 207

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

Shades of Wisteria #C490CF

Tints of Wisteria #C490CF

RGB

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

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

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

R = 35.83%
G = 26.33%
B = 37.84%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C490CF (or 0xC490CF) is known color: Wisteria. HEX triplet: C4, 90 and CF. RGB value is (196,144,207). Sum of RGB (Red+Green+Blue) = 196+144+207=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #C490CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490CF is #3B6F30. Grayscale: #A6A6A6. Windows color (decimal): -3895089 or 13603012. OLE color: 13603012.

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

Color convert

RGB 196 144 207 -
CMYK 0.05 0.30 0 0.19
HSL 289.52º 0.4% 0.69% -
HSV(B) 289.52º 0.3% 0.81% -
XYZ 44 36.19 63.7 -
YUV 166.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 196 144 207 0.05 0.30 0 0.19 289.52 0.4 0.69
Hex C4 90 CF 5 1E 0 13 122 28 45
Octal 304 220 317 5 36 0 23 442 50 105
Binary 11000100 10010000 11001111 101 11110 0 10011 100100010 101000 1000101

Color Harmonies of #C490CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490CF

Black with #C490CF

Text Example


Text Example

White with #C490CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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