Html Css Color HEX #CB9EE0 Wisteria

📋 copy color: '#CB9EE0'

red 203 ◦ green 158 ◦ blue 224

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

Shades of Wisteria #CB9EE0

Tints of Wisteria #CB9EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 34.7%
G = 27.01%
B = 38.29%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB9EE0 (or 0xCB9EE0) is known color: Wisteria. HEX triplet: CB, 9E and E0. RGB value is (203,158,224). Sum of RGB (Red+Green+Blue) = 203+158+224=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EE0 is #34611F. Grayscale: #B2B2B2. Windows color (decimal): -3432736 or 14720715. OLE color: 14720715.

HSL color Cylindrical-coordinate representation of color #CB9EE0: hue angle of 280.91º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9EE0 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 158 224 -
CMYK 0.09 0.29 0 0.12
HSL 280.91º 0.52% 0.75% -
HSV(B) 280.91º 0.29% 0.88% -
XYZ 50.31 42.53 76.08 -
YUV 178.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 203 158 224 0.09 0.29 0 0.12 280.91 0.52 0.75
Hex CB 9E E0 9 1D 0 C 119 34 4B
Octal 313 236 340 11 35 0 14 431 64 113
Binary 11001011 10011110 11100000 1001 11101 0 1100 100011001 110100 1001011

Color Harmonies of #CB9EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EE0

Black with #CB9EE0

Text Example


Text Example

White with #CB9EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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