Html Css Color HEX #CBA6E7 Wisteria

📋 copy color: '#CBA6E7'

red 203 ◦ green 166 ◦ blue 231

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

Shades of Wisteria #CBA6E7

Tints of Wisteria #CBA6E7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.67%

 BLUE value IS 231 (90.63% from 255) = 38.5%

R = 33.83%
G = 27.67%
B = 38.5%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBA6E7 (or 0xCBA6E7) is known color: Wisteria. HEX triplet: CB, A6 and E7. RGB value is (203,166,231). Sum of RGB (Red+Green+Blue) = 203+166+231=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBA6E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6E7 is #345918. Grayscale: #B8B8B8. Windows color (decimal): -3430681 or 15181515. OLE color: 15181515.

HSL color Cylindrical-coordinate representation of color #CBA6E7: hue angle of 274.15º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA6E7 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 166 231 -
CMYK 0.12 0.28 0 0.09
HSL 274.15º 0.58% 0.78% -
HSV(B) 274.15º 0.28% 0.91% -
XYZ 52.69 45.74 81.65 -
YUV 184.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 203 166 231 0.12 0.28 0 0.09 274.15 0.58 0.78
Hex CB A6 E7 C 1C 0 9 112 3A 4E
Octal 313 246 347 14 34 0 11 422 72 116
Binary 11001011 10100110 11100111 1100 11100 0 1001 100010010 111010 1001110

Color Harmonies of #CBA6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6E7

Black with #CBA6E7

Text Example


Text Example

White with #CBA6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6E7; }

 p { color: rgb(203,166,231); }

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

background-color css

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

 a { background-color: rgb(203,166,231); }

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

border-color css

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

 span { border-color: rgb(203,166,231); }

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