Html Css Color HEX #CB95F2 Wisteria

📋 copy color: '#CB95F2'

red 203 ◦ green 149 ◦ blue 242

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

Shades of Wisteria #CB95F2

Tints of Wisteria #CB95F2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.08%

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

R = 34.18%
G = 25.08%
B = 40.74%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB95F2 (or 0xCB95F2) is known color: Wisteria. HEX triplet: CB, 95 and F2. RGB value is (203,149,242). Sum of RGB (Red+Green+Blue) = 203+149+242=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB95F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB95F2 is #346A0D. Grayscale: #AFAFAF. Windows color (decimal): -3435022 or 15898059. OLE color: 15898059.

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

Color convert

RGB 203 149 242 -
CMYK 0.16 0.38 0 0.05
HSL 274.84º 0.78% 0.77% -
HSV(B) 274.84º 0.38% 0.95% -
XYZ 51.4 40.6 89.13 -
YUV 175.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 203 149 242 0.16 0.38 0 0.05 274.84 0.78 0.77
Hex CB 95 F2 10 26 0 5 113 4E 4D
Octal 313 225 362 20 46 0 5 423 116 115
Binary 11001011 10010101 11110010 10000 100110 0 101 100010011 1001110 1001101

Color Harmonies of #CB95F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB95F2

Black with #CB95F2

Text Example


Text Example

White with #CB95F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB95F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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