Html Css Color HEX #C290CF Wisteria

📋 copy color: '#C290CF'

red 194 ◦ green 144 ◦ blue 207

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

Shades of Wisteria #C290CF

Tints of Wisteria #C290CF

RGB

 RED value IS 194 (76.17% from 255) = 35.6%

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

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

R = 35.6%
G = 26.42%
B = 37.98%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C290CF (or 0xC290CF) is known color: Wisteria. HEX triplet: C2, 90 and CF. RGB value is (194,144,207). Sum of RGB (Red+Green+Blue) = 194+144+207=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #C290CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290CF is #3D6F30. Grayscale: #A5A5A5. Windows color (decimal): -4026161 or 13603010. OLE color: 13603010.

HSL color Cylindrical-coordinate representation of color #C290CF: hue angle of 287.62º 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 #C290CF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 144 207 -
CMYK 0.06 0.30 0 0.19
HSL 287.62º 0.4% 0.69% -
HSV(B) 287.62º 0.3% 0.81% -
XYZ 43.48 35.92 63.67 -
YUV 166.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 194 144 207 0.06 0.30 0 0.19 287.62 0.4 0.69
Hex C2 90 CF 6 1E 0 13 120 28 45
Octal 302 220 317 6 36 0 23 440 50 105
Binary 11000010 10010000 11001111 110 11110 0 10011 100100000 101000 1000101

Color Harmonies of #C290CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290CF

Black with #C290CF

Text Example


Text Example

White with #C290CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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