Html Css Color HEX #CB9CDA Wisteria

📋 copy color: '#CB9CDA'

red 203 ◦ green 156 ◦ blue 218

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

Shades of Wisteria #CB9CDA

Tints of Wisteria #CB9CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.04%

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

R = 35.18%
G = 27.04%
B = 37.78%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB9CDA (or 0xCB9CDA) is known color: Wisteria. HEX triplet: CB, 9C and DA. RGB value is (203,156,218). Sum of RGB (Red+Green+Blue) = 203+156+218=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CDA is #346325. Grayscale: #B0B0B0. Windows color (decimal): -3433254 or 14326987. OLE color: 14326987.

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

Color convert

RGB 203 156 218 -
CMYK 0.07 0.28 0 0.15
HSL 285.48º 0.46% 0.73% -
HSV(B) 285.48º 0.28% 0.85% -
XYZ 49.17 41.54 71.76 -
YUV 177.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 203 156 218 0.07 0.28 0 0.15 285.48 0.46 0.73
Hex CB 9C DA 7 1C 0 F 11D 2E 49
Octal 313 234 332 7 34 0 17 435 56 111
Binary 11001011 10011100 11011010 111 11100 0 1111 100011101 101110 1001001

Color Harmonies of #CB9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9CDA

Black with #CB9CDA

Text Example


Text Example

White with #CB9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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