Html Css Color HEX #CBA6E6 Wisteria

📋 copy color: '#CBA6E6'

red 203 ◦ green 166 ◦ blue 230

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

Shades of Wisteria #CBA6E6

Tints of Wisteria #CBA6E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 33.89%
G = 27.71%
B = 38.4%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBA6E6 (or 0xCBA6E6) is known color: Wisteria. HEX triplet: CB, A6 and E6. RGB value is (203,166,230). Sum of RGB (Red+Green+Blue) = 203+166+230=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBA6E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6E6 is #345919. Grayscale: #B8B8B8. Windows color (decimal): -3430682 or 15115979. OLE color: 15115979.

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

Color convert

RGB 203 166 230 -
CMYK 0.12 0.28 0 0.10
HSL 274.69º 0.56% 0.78% -
HSV(B) 274.69º 0.28% 0.9% -
XYZ 52.55 45.68 80.91 -
YUV 184.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 203 166 230 0.12 0.28 0 0.10 274.69 0.56 0.78
Hex CB A6 E6 C 1C 0 A 113 38 4E
Octal 313 246 346 14 34 0 12 423 70 116
Binary 11001011 10100110 11100110 1100 11100 0 1010 100010011 111000 1001110

Color Harmonies of #CBA6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6E6

Black with #CBA6E6

Text Example


Text Example

White with #CBA6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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