Html Css Color HEX #CB98EC Wisteria

📋 copy color: '#CB98EC'

red 203 ◦ green 152 ◦ blue 236

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

Shades of Wisteria #CB98EC

Tints of Wisteria #CB98EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 34.35%
G = 25.72%
B = 39.93%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB98EC (or 0xCB98EC) is known color: Wisteria. HEX triplet: CB, 98 and EC. RGB value is (203,152,236). Sum of RGB (Red+Green+Blue) = 203+152+236=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98EC is #346713. Grayscale: #B0B0B0. Windows color (decimal): -3434260 or 15505611. OLE color: 15505611.

HSL color Cylindrical-coordinate representation of color #CB98EC: hue angle of 276.43º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB98EC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 152 236 -
CMYK 0.14 0.36 0 0.07
HSL 276.43º 0.69% 0.76% -
HSV(B) 276.43º 0.36% 0.93% -
XYZ 51 41.21 84.62 -
YUV 176.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 203 152 236 0.14 0.36 0 0.07 276.43 0.69 0.76
Hex CB 98 EC E 24 0 7 114 45 4C
Octal 313 230 354 16 44 0 7 424 105 114
Binary 11001011 10011000 11101100 1110 100100 0 111 100010100 1000101 1001100

Color Harmonies of #CB98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98EC

Black with #CB98EC

Text Example


Text Example

White with #CB98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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