Html Css Color HEX #CB9EF1 Wisteria

📋 copy color: '#CB9EF1'

red 203 ◦ green 158 ◦ blue 241

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

Shades of Wisteria #CB9EF1

Tints of Wisteria #CB9EF1

RGB

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

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

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

R = 33.72%
G = 26.25%
B = 40.03%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB9EF1 (or 0xCB9EF1) is known color: Wisteria. HEX triplet: CB, 9E and F1. RGB value is (203,158,241). Sum of RGB (Red+Green+Blue) = 203+158+241=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB9EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EF1 is #34610E. Grayscale: #B4B4B4. Windows color (decimal): -3432719 or 15834827. OLE color: 15834827.

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

Color convert

RGB 203 158 241 -
CMYK 0.16 0.34 0 0.05
HSL 272.53º 0.75% 0.78% -
HSV(B) 272.53º 0.34% 0.95% -
XYZ 52.73 43.5 88.84 -
YUV 180.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 203 158 241 0.16 0.34 0 0.05 272.53 0.75 0.78
Hex CB 9E F1 10 22 0 5 111 4B 4E
Octal 313 236 361 20 42 0 5 421 113 116
Binary 11001011 10011110 11110001 10000 100010 0 101 100010001 1001011 1001110

Color Harmonies of #CB9EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EF1

Black with #CB9EF1

Text Example


Text Example

White with #CB9EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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