Html Css Color HEX #C299E6 Wisteria

📋 copy color: '#C299E6'

red 194 ◦ green 153 ◦ blue 230

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

Shades of Wisteria #C299E6

Tints of Wisteria #C299E6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.52%

 BLUE value IS 230 (90.23% from 255) = 39.86%

R = 33.62%
G = 26.52%
B = 39.86%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C299E6 (or 0xC299E6) is known color: Wisteria. HEX triplet: C2, 99 and E6. RGB value is (194,153,230). Sum of RGB (Red+Green+Blue) = 194+153+230=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #C299E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299E6 is #3D6619. Grayscale: #ADADAD. Windows color (decimal): -4023834 or 15112642. OLE color: 15112642.

HSL color Cylindrical-coordinate representation of color #C299E6: hue angle of 271.95º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C299E6 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 153 230 -
CMYK 0.16 0.33 0 0.10
HSL 271.95º 0.61% 0.75% -
HSV(B) 271.95º 0.33% 0.9% -
XYZ 47.92 39.96 80.05 -
YUV 174.04 159.58 142.24 -
System Red Green Blue C M Y K H S L
Decimal 194 153 230 0.16 0.33 0 0.10 271.95 0.61 0.75
Hex C2 99 E6 10 21 0 A 110 3D 4B
Octal 302 231 346 20 41 0 12 420 75 113
Binary 11000010 10011001 11100110 10000 100001 0 1010 100010000 111101 1001011

Color Harmonies of #C299E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299E6

Black with #C299E6

Text Example


Text Example

White with #C299E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299E6; }

 p { color: rgb(194,153,230); }

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

background-color css

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

 a { background-color: rgb(194,153,230); }

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

border-color css

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

 span { border-color: rgb(194,153,230); }

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