Html Css Color HEX #C99EF2 Wisteria

📋 copy color: '#C99EF2'

red 201 ◦ green 158 ◦ blue 242

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

Shades of Wisteria #C99EF2

Tints of Wisteria #C99EF2

RGB

 RED value IS 201 (78.91% from 255) = 33.44%

 GREEN value IS 158 (62.11% from 255) = 26.29%

 BLUE value IS 242 (94.92% from 255) = 40.27%

R = 33.44%
G = 26.29%
B = 40.27%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C99EF2 (or 0xC99EF2) is known color: Wisteria. HEX triplet: C9, 9E and F2. RGB value is (201,158,242). Sum of RGB (Red+Green+Blue) = 201+158+242=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #C99EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EF2 is #36610D. Grayscale: #B4B4B4. Windows color (decimal): -3563790 or 15900361. OLE color: 15900361.

HSL color Cylindrical-coordinate representation of color #C99EF2: hue angle of 270.71º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99EF2 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 158 242 -
CMYK 0.17 0.35 0 0.05
HSL 270.71º 0.76% 0.78% -
HSV(B) 270.71º 0.35% 0.95% -
XYZ 52.34 43.28 89.6 -
YUV 180.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 201 158 242 0.17 0.35 0 0.05 270.71 0.76 0.78
Hex C9 9E F2 11 23 0 5 10F 4C 4E
Octal 311 236 362 21 43 0 5 417 114 116
Binary 11001001 10011110 11110010 10001 100011 0 101 100001111 1001100 1001110

Color Harmonies of #C99EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99EF2

Black with #C99EF2

Text Example


Text Example

White with #C99EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99EF2; }

 p { color: rgb(201,158,242); }

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

background-color css

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

 a { background-color: rgb(201,158,242); }

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

border-color css

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

 span { border-color: rgb(201,158,242); }

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