Html Css Color HEX #CB98DC Wisteria

📋 copy color: '#CB98DC'

red 203 ◦ green 152 ◦ blue 220

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

Shades of Wisteria #CB98DC

Tints of Wisteria #CB98DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.43%

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 35.3%
G = 26.43%
B = 38.26%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB98DC (or 0xCB98DC) is known color: Wisteria. HEX triplet: CB, 98 and DC. RGB value is (203,152,220). Sum of RGB (Red+Green+Blue) = 203+152+220=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98DC is #346723. Grayscale: #AEAEAE. Windows color (decimal): -3434276 or 14457035. OLE color: 14457035.

HSL color Cylindrical-coordinate representation of color #CB98DC: hue angle of 285º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB98DC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 152 220 -
CMYK 0.08 0.31 0 0.14
HSL 285º 0.49% 0.73% -
HSV(B) 285º 0.31% 0.86% -
XYZ 48.78 40.32 72.92 -
YUV 175 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 203 152 220 0.08 0.31 0 0.14 285 0.49 0.73
Hex CB 98 DC 8 1F 0 E 11D 31 49
Octal 313 230 334 10 37 0 16 435 61 111
Binary 11001011 10011000 11011100 1000 11111 0 1110 100011101 110001 1001001

Color Harmonies of #CB98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98DC

Black with #CB98DC

Text Example


Text Example

White with #CB98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98DC; }

 p { color: rgb(203,152,220); }

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

background-color css

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

 a { background-color: rgb(203,152,220); }

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

border-color css

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

 span { border-color: rgb(203,152,220); }

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