Html Css Color HEX #CB98EF Wisteria

📋 copy color: '#CB98EF'

red 203 ◦ green 152 ◦ blue 239

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

Shades of Wisteria #CB98EF

Tints of Wisteria #CB98EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 34.18%
G = 25.59%
B = 40.24%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB98EF (or 0xCB98EF) is known color: Wisteria. HEX triplet: CB, 98 and EF. RGB value is (203,152,239). Sum of RGB (Red+Green+Blue) = 203+152+239=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB98EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98EF is #346710. Grayscale: #B0B0B0. Windows color (decimal): -3434257 or 15702219. OLE color: 15702219.

HSL color Cylindrical-coordinate representation of color #CB98EF: hue angle of 275.17º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB98EF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 152 239 -
CMYK 0.15 0.36 0 0.06
HSL 275.17º 0.73% 0.77% -
HSV(B) 275.17º 0.36% 0.94% -
XYZ 51.44 41.38 86.94 -
YUV 177.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 203 152 239 0.15 0.36 0 0.06 275.17 0.73 0.77
Hex CB 98 EF F 24 0 6 113 49 4D
Octal 313 230 357 17 44 0 6 423 111 115
Binary 11001011 10011000 11101111 1111 100100 0 110 100010011 1001001 1001101

Color Harmonies of #CB98EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98EF

Black with #CB98EF

Text Example


Text Example

White with #CB98EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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