Html Css Color HEX #CE99F2 Wisteria

📋 copy color: '#CE99F2'

red 206 ◦ green 153 ◦ blue 242

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

Shades of Wisteria #CE99F2

Tints of Wisteria #CE99F2

RGB

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

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

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

R = 34.28%
G = 25.46%
B = 40.27%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE99F2 (or 0xCE99F2) is known color: Wisteria. HEX triplet: CE, 99 and F2. RGB value is (206,153,242). Sum of RGB (Red+Green+Blue) = 206+153+242=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 153 (60.16% from 255 or 25.46% 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 #CE99F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99F2 is #31660D. Grayscale: #B2B2B2. Windows color (decimal): -3237390 or 15899086. OLE color: 15899086.

HSL color Cylindrical-coordinate representation of color #CE99F2: hue angle of 275.73º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE99F2 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 153 242 -
CMYK 0.15 0.37 0 0.05
HSL 275.73º 0.77% 0.77% -
HSV(B) 275.73º 0.37% 0.95% -
XYZ 52.87 42.32 89.39 -
YUV 178.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 206 153 242 0.15 0.37 0 0.05 275.73 0.77 0.77
Hex CE 99 F2 F 25 0 5 114 4D 4D
Octal 316 231 362 17 45 0 5 424 115 115
Binary 11001110 10011001 11110010 1111 100101 0 101 100010100 1001101 1001101

Color Harmonies of #CE99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99F2

Black with #CE99F2

Text Example


Text Example

White with #CE99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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