Html Css Color HEX #CB98F2 Wisteria

📋 copy color: '#CB98F2'

red 203 ◦ green 152 ◦ blue 242

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

Shades of Wisteria #CB98F2

Tints of Wisteria #CB98F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.54%

R = 34%
G = 25.46%
B = 40.54%

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

#CB98F2 (or 0xCB98F2) is known color: Wisteria. HEX triplet: CB, 98 and F2. RGB value is (203,152,242). Sum of RGB (Red+Green+Blue) = 203+152+242=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB98F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98F2 is #34670D. Grayscale: #B1B1B1. Windows color (decimal): -3434254 or 15898827. OLE color: 15898827.

HSL color Cylindrical-coordinate representation of color #CB98F2: hue angle of 274º degrees, saturation: 0.78, 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 #CB98F2 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 152 242 -
CMYK 0.16 0.37 0 0.05
HSL 274º 0.78% 0.77% -
HSV(B) 274º 0.37% 0.95% -
XYZ 51.88 41.56 89.29 -
YUV 177.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 203 152 242 0.16 0.37 0 0.05 274 0.78 0.77
Hex CB 98 F2 10 25 0 5 112 4E 4D
Octal 313 230 362 20 45 0 5 422 116 115
Binary 11001011 10011000 11110010 10000 100101 0 101 100010010 1001110 1001101

Color Harmonies of #CB98F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98F2

Black with #CB98F2

Text Example


Text Example

White with #CB98F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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