Html Css Color HEX #CB99F1 Wisteria

📋 copy color: '#CB99F1'

red 203 ◦ green 153 ◦ blue 241

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

Shades of Wisteria #CB99F1

Tints of Wisteria #CB99F1

RGB

 RED value IS 203 (79.69% from 255) = 34%

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

 BLUE value IS 241 (94.53% from 255) = 40.37%

R = 34%
G = 25.63%
B = 40.37%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB99F1 (or 0xCB99F1) is known color: Wisteria. HEX triplet: CB, 99 and F1. RGB value is (203,153,241). Sum of RGB (Red+Green+Blue) = 203+153+241=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB99F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99F1 is #34660E. Grayscale: #B1B1B1. Windows color (decimal): -3433999 or 15833547. OLE color: 15833547.

HSL color Cylindrical-coordinate representation of color #CB99F1: hue angle of 274.09º degrees, saturation: 0.76, 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 #CB99F1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 153 241 -
CMYK 0.16 0.37 0 0.05
HSL 274.09º 0.76% 0.77% -
HSV(B) 274.09º 0.37% 0.95% -
XYZ 51.9 41.83 88.56 -
YUV 177.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 203 153 241 0.16 0.37 0 0.05 274.09 0.76 0.77
Hex CB 99 F1 10 25 0 5 112 4C 4D
Octal 313 231 361 20 45 0 5 422 114 115
Binary 11001011 10011001 11110001 10000 100101 0 101 100010010 1001100 1001101

Color Harmonies of #CB99F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99F1

Black with #CB99F1

Text Example


Text Example

White with #CB99F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99F1; }

 p { color: rgb(203,153,241); }

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

background-color css

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

 a { background-color: rgb(203,153,241); }

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

border-color css

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

 span { border-color: rgb(203,153,241); }

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