Html Css Color HEX #CB9BDA Wisteria

📋 copy color: '#CB9BDA'

red 203 ◦ green 155 ◦ blue 218

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

Shades of Wisteria #CB9BDA

Tints of Wisteria #CB9BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 35.24%
G = 26.91%
B = 37.85%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB9BDA (or 0xCB9BDA) is known color: Wisteria. HEX triplet: CB, 9B and DA. RGB value is (203,155,218). Sum of RGB (Red+Green+Blue) = 203+155+218=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BDA is #346425. Grayscale: #B0B0B0. Windows color (decimal): -3433510 or 14326731. OLE color: 14326731.

HSL color Cylindrical-coordinate representation of color #CB9BDA: hue angle of 285.71º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9BDA is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 155 218 -
CMYK 0.07 0.29 0 0.15
HSL 285.71º 0.46% 0.73% -
HSV(B) 285.71º 0.29% 0.85% -
XYZ 49 41.2 71.7 -
YUV 176.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 203 155 218 0.07 0.29 0 0.15 285.71 0.46 0.73
Hex CB 9B DA 7 1D 0 F 11E 2E 49
Octal 313 233 332 7 35 0 17 436 56 111
Binary 11001011 10011011 11011010 111 11101 0 1111 100011110 101110 1001001

Color Harmonies of #CB9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9BDA

Black with #CB9BDA

Text Example


Text Example

White with #CB9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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