Html Css Color HEX #CB8AD6 Wisteria

📋 copy color: '#CB8AD6'

red 203 ◦ green 138 ◦ blue 214

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

Shades of Wisteria #CB8AD6

Tints of Wisteria #CB8AD6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.86%

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

R = 36.58%
G = 24.86%
B = 38.56%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB8AD6 (or 0xCB8AD6) is known color: Wisteria. HEX triplet: CB, 8A and D6. RGB value is (203,138,214). Sum of RGB (Red+Green+Blue) = 203+138+214=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB8AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AD6 is #347529. Grayscale: #A5A5A5. Windows color (decimal): -3437866 or 14060235. OLE color: 14060235.

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

Color convert

RGB 203 138 214 -
CMYK 0.05 0.36 0 0.16
HSL 291.32º 0.48% 0.69% -
HSV(B) 291.32º 0.36% 0.84% -
XYZ 45.85 35.73 68.1 -
YUV 166.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 203 138 214 0.05 0.36 0 0.16 291.32 0.48 0.69
Hex CB 8A D6 5 24 0 10 123 30 45
Octal 313 212 326 5 44 0 20 443 60 105
Binary 11001011 10001010 11010110 101 100100 0 10000 100100011 110000 1000101

Color Harmonies of #CB8AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8AD6

Black with #CB8AD6

Text Example


Text Example

White with #CB8AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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