Html Css Color HEX #CB9BE0 Wisteria

📋 copy color: '#CB9BE0'

red 203 ◦ green 155 ◦ blue 224

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

Shades of Wisteria #CB9BE0

Tints of Wisteria #CB9BE0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.63%

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

R = 34.88%
G = 26.63%
B = 38.49%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB9BE0 (or 0xCB9BE0) is known color: Wisteria. HEX triplet: CB, 9B and E0. RGB value is (203,155,224). Sum of RGB (Red+Green+Blue) = 203+155+224=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB9BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BE0 is #34641F. Grayscale: #B0B0B0. Windows color (decimal): -3433504 or 14719947. OLE color: 14719947.

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

Color convert

RGB 203 155 224 -
CMYK 0.09 0.31 0 0.12
HSL 281.74º 0.53% 0.74% -
HSV(B) 281.74º 0.31% 0.88% -
XYZ 49.8 41.52 75.91 -
YUV 177.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 203 155 224 0.09 0.31 0 0.12 281.74 0.53 0.74
Hex CB 9B E0 9 1F 0 C 11A 35 4A
Octal 313 233 340 11 37 0 14 432 65 112
Binary 11001011 10011011 11100000 1001 11111 0 1100 100011010 110101 1001010

Color Harmonies of #CB9BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9BE0

Black with #CB9BE0

Text Example


Text Example

White with #CB9BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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