Html Css Color HEX #C297EA Wisteria

📋 copy color: '#C297EA'

red 194 ◦ green 151 ◦ blue 234

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

Shades of Wisteria #C297EA

Tints of Wisteria #C297EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 33.51%
G = 26.08%
B = 40.41%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C297EA (or 0xC297EA) is known color: Wisteria. HEX triplet: C2, 97 and EA. RGB value is (194,151,234). Sum of RGB (Red+Green+Blue) = 194+151+234=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #C297EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C297EA is #3D6815. Grayscale: #ADADAD. Windows color (decimal): -4024342 or 15374274. OLE color: 15374274.

HSL color Cylindrical-coordinate representation of color #C297EA: hue angle of 271.08º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C297EA is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 151 234 -
CMYK 0.17 0.35 0 0.08
HSL 271.08º 0.66% 0.75% -
HSV(B) 271.08º 0.35% 0.92% -
XYZ 48.17 39.54 82.94 -
YUV 173.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 194 151 234 0.17 0.35 0 0.08 271.08 0.66 0.75
Hex C2 97 EA 11 23 0 8 10F 42 4B
Octal 302 227 352 21 43 0 10 417 102 113
Binary 11000010 10010111 11101010 10001 100011 0 1000 100001111 1000010 1001011

Color Harmonies of #C297EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297EA

Black with #C297EA

Text Example


Text Example

White with #C297EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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