Html Css Color HEX #CB98DF Wisteria

📋 copy color: '#CB98DF'

red 203 ◦ green 152 ◦ blue 223

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

Shades of Wisteria #CB98DF

Tints of Wisteria #CB98DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 35.12%
G = 26.3%
B = 38.58%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB98DF (or 0xCB98DF) is known color: Wisteria. HEX triplet: CB, 98 and DF. RGB value is (203,152,223). Sum of RGB (Red+Green+Blue) = 203+152+223=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98DF is #346720. Grayscale: #AFAFAF. Windows color (decimal): -3434273 or 14653643. OLE color: 14653643.

HSL color Cylindrical-coordinate representation of color #CB98DF: hue angle of 283.1º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB98DF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 152 223 -
CMYK 0.09 0.32 0 0.13
HSL 283.1º 0.53% 0.74% -
HSV(B) 283.1º 0.32% 0.87% -
XYZ 49.18 40.48 75.03 -
YUV 175.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 203 152 223 0.09 0.32 0 0.13 283.1 0.53 0.74
Hex CB 98 DF 9 20 0 D 11B 35 4A
Octal 313 230 337 11 40 0 15 433 65 112
Binary 11001011 10011000 11011111 1001 100000 0 1101 100011011 110101 1001010

Color Harmonies of #CB98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98DF

Black with #CB98DF

Text Example


Text Example

White with #CB98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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