Html Css Color HEX #CB98F1 Wisteria

📋 copy color: '#CB98F1'

red 203 ◦ green 152 ◦ blue 241

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

Shades of Wisteria #CB98F1

Tints of Wisteria #CB98F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.44%

R = 34.06%
G = 25.5%
B = 40.44%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB98F1 (or 0xCB98F1) is known color: Wisteria. HEX triplet: CB, 98 and F1. RGB value is (203,152,241). Sum of RGB (Red+Green+Blue) = 203+152+241=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB98F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98F1 is #34670E. Grayscale: #B1B1B1. Windows color (decimal): -3434255 or 15833291. OLE color: 15833291.

HSL color Cylindrical-coordinate representation of color #CB98F1: hue angle of 274.38º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB98F1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 152 241 -
CMYK 0.16 0.37 0 0.05
HSL 274.38º 0.76% 0.77% -
HSV(B) 274.38º 0.37% 0.95% -
XYZ 51.73 41.5 88.5 -
YUV 177.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 203 152 241 0.16 0.37 0 0.05 274.38 0.76 0.77
Hex CB 98 F1 10 25 0 5 112 4C 4D
Octal 313 230 361 20 45 0 5 422 114 115
Binary 11001011 10011000 11110001 10000 100101 0 101 100010010 1001100 1001101

Color Harmonies of #CB98F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98F1

Black with #CB98F1

Text Example


Text Example

White with #CB98F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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