Html Css Color HEX #CE99F0 Wisteria

📋 copy color: '#CE99F0'

red 206 ◦ green 153 ◦ blue 240

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

Shades of Wisteria #CE99F0

Tints of Wisteria #CE99F0

RGB

 RED value IS 206 (80.86% from 255) = 34.39%

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

 BLUE value IS 240 (94.14% from 255) = 40.07%

R = 34.39%
G = 25.54%
B = 40.07%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE99F0 (or 0xCE99F0) is known color: Wisteria. HEX triplet: CE, 99 and F0. RGB value is (206,153,240). Sum of RGB (Red+Green+Blue) = 206+153+240=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE99F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99F0 is #31660F. Grayscale: #B2B2B2. Windows color (decimal): -3237392 or 15768014. OLE color: 15768014.

HSL color Cylindrical-coordinate representation of color #CE99F0: hue angle of 276.55º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE99F0 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 153 240 -
CMYK 0.14 0.36 0 0.06
HSL 276.55º 0.74% 0.77% -
HSV(B) 276.55º 0.36% 0.94% -
XYZ 52.57 42.2 87.81 -
YUV 178.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 206 153 240 0.14 0.36 0 0.06 276.55 0.74 0.77
Hex CE 99 F0 E 24 0 6 115 4A 4D
Octal 316 231 360 16 44 0 6 425 112 115
Binary 11001110 10011001 11110000 1110 100100 0 110 100010101 1001010 1001101

Color Harmonies of #CE99F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99F0

Black with #CE99F0

Text Example


Text Example

White with #CE99F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99F0; }

 p { color: rgb(206,153,240); }

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

background-color css

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

 a { background-color: rgb(206,153,240); }

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

border-color css

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

 span { border-color: rgb(206,153,240); }

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