Html Css Color HEX #CB9AEE Wisteria

📋 copy color: '#CB9AEE'

red 203 ◦ green 154 ◦ blue 238

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

Shades of Wisteria #CB9AEE

Tints of Wisteria #CB9AEE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.88%

 BLUE value IS 238 (93.36% from 255) = 40%

R = 34.12%
G = 25.88%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB9AEE (or 0xCB9AEE) is known color: Wisteria. HEX triplet: CB, 9A and EE. RGB value is (203,154,238). Sum of RGB (Red+Green+Blue) = 203+154+238=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB9AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9AEE is #346511. Grayscale: #B1B1B1. Windows color (decimal): -3433746 or 15637195. OLE color: 15637195.

HSL color Cylindrical-coordinate representation of color #CB9AEE: hue angle of 275º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB9AEE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 154 238 -
CMYK 0.15 0.35 0 0.07
HSL 275º 0.71% 0.77% -
HSV(B) 275º 0.35% 0.93% -
XYZ 51.62 41.98 86.27 -
YUV 178.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 203 154 238 0.15 0.35 0 0.07 275 0.71 0.77
Hex CB 9A EE F 23 0 7 113 47 4D
Octal 313 232 356 17 43 0 7 423 107 115
Binary 11001011 10011010 11101110 1111 100011 0 111 100010011 1000111 1001101

Color Harmonies of #CB9AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9AEE

Black with #CB9AEE

Text Example


Text Example

White with #CB9AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9AEE; }

 p { color: rgb(203,154,238); }

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

background-color css

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

 a { background-color: rgb(203,154,238); }

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

border-color css

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

 span { border-color: rgb(203,154,238); }

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