Html Css Color HEX #CB8EE6 Wisteria

📋 copy color: '#CB8EE6'

red 203 ◦ green 142 ◦ blue 230

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

Shades of Wisteria #CB8EE6

Tints of Wisteria #CB8EE6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.7%

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

R = 35.3%
G = 24.7%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB8EE6 (or 0xCB8EE6) is known color: Wisteria. HEX triplet: CB, 8E and E6. RGB value is (203,142,230). Sum of RGB (Red+Green+Blue) = 203+142+230=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB8EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8EE6 is #347119. Grayscale: #A9A9A9. Windows color (decimal): -3436826 or 15109835. OLE color: 15109835.

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

Color convert

RGB 203 142 230 -
CMYK 0.12 0.38 0 0.10
HSL 281.59º 0.64% 0.73% -
HSV(B) 281.59º 0.38% 0.9% -
XYZ 48.58 37.76 79.59 -
YUV 170.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 203 142 230 0.12 0.38 0 0.10 281.59 0.64 0.73
Hex CB 8E E6 C 26 0 A 11A 40 49
Octal 313 216 346 14 46 0 12 432 100 111
Binary 11001011 10001110 11100110 1100 100110 0 1010 100011010 1000000 1001001

Color Harmonies of #CB8EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8EE6

Black with #CB8EE6

Text Example


Text Example

White with #CB8EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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