Html Css Color HEX #CB8BD6 Wisteria

📋 copy color: '#CB8BD6'

red 203 ◦ green 139 ◦ blue 214

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

Shades of Wisteria #CB8BD6

Tints of Wisteria #CB8BD6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25%

 BLUE value IS 214 (83.98% from 255) = 38.49%

R = 36.51%
G = 25%
B = 38.49%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB8BD6 (or 0xCB8BD6) is known color: Wisteria. HEX triplet: CB, 8B and D6. RGB value is (203,139,214). Sum of RGB (Red+Green+Blue) = 203+139+214=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB8BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BD6 is #347429. Grayscale: #A6A6A6. Windows color (decimal): -3437610 or 14060491. OLE color: 14060491.

HSL color Cylindrical-coordinate representation of color #CB8BD6: hue angle of 291.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8BD6 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 139 214 -
CMYK 0.05 0.35 0 0.16
HSL 291.2º 0.48% 0.69% -
HSV(B) 291.2º 0.35% 0.84% -
XYZ 46 36.02 68.15 -
YUV 166.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 203 139 214 0.05 0.35 0 0.16 291.2 0.48 0.69
Hex CB 8B D6 5 23 0 10 123 30 45
Octal 313 213 326 5 43 0 20 443 60 105
Binary 11001011 10001011 11010110 101 100011 0 10000 100100011 110000 1000101

Color Harmonies of #CB8BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8BD6

Black with #CB8BD6

Text Example


Text Example

White with #CB8BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8BD6; }

 p { color: rgb(203,139,214); }

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

background-color css

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

 a { background-color: rgb(203,139,214); }

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

border-color css

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

 span { border-color: rgb(203,139,214); }

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