Html Css Color HEX #C297EC Wisteria

📋 copy color: '#C297EC'

red 194 ◦ green 151 ◦ blue 236

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

Shades of Wisteria #C297EC

Tints of Wisteria #C297EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.99%

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 33.39%
G = 25.99%
B = 40.62%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C297EC (or 0xC297EC) is known color: Wisteria. HEX triplet: C2, 97 and EC. RGB value is (194,151,236). Sum of RGB (Red+Green+Blue) = 194+151+236=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #C297EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C297EC is #3D6813. Grayscale: #ADADAD. Windows color (decimal): -4024340 or 15505346. OLE color: 15505346.

HSL color Cylindrical-coordinate representation of color #C297EC: hue angle of 270.35º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C297EC is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 151 236 -
CMYK 0.18 0.36 0 0.07
HSL 270.35º 0.69% 0.76% -
HSV(B) 270.35º 0.36% 0.93% -
XYZ 48.46 39.66 84.46 -
YUV 173.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 194 151 236 0.18 0.36 0 0.07 270.35 0.69 0.76
Hex C2 97 EC 12 24 0 7 10E 45 4C
Octal 302 227 354 22 44 0 7 416 105 114
Binary 11000010 10010111 11101100 10010 100100 0 111 100001110 1000101 1001100

Color Harmonies of #C297EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297EC

Black with #C297EC

Text Example


Text Example

White with #C297EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297EC; }

 p { color: rgb(194,151,236); }

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

background-color css

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

 a { background-color: rgb(194,151,236); }

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

border-color css

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

 span { border-color: rgb(194,151,236); }

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