Html Css Color HEX #CB95ED Wisteria

📋 copy color: '#CB95ED'

red 203 ◦ green 149 ◦ blue 237

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

Shades of Wisteria #CB95ED

Tints of Wisteria #CB95ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 34.47%
G = 25.3%
B = 40.24%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB95ED (or 0xCB95ED) is known color: Wisteria. HEX triplet: CB, 95 and ED. RGB value is (203,149,237). Sum of RGB (Red+Green+Blue) = 203+149+237=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB95ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB95ED is #346A12. Grayscale: #AEAEAE. Windows color (decimal): -3435027 or 15570379. OLE color: 15570379.

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

Color convert

RGB 203 149 237 -
CMYK 0.14 0.37 0 0.07
HSL 276.82º 0.71% 0.76% -
HSV(B) 276.82º 0.37% 0.93% -
XYZ 50.66 40.31 85.23 -
YUV 175.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 203 149 237 0.14 0.37 0 0.07 276.82 0.71 0.76
Hex CB 95 ED E 25 0 7 115 47 4C
Octal 313 225 355 16 45 0 7 425 107 114
Binary 11001011 10010101 11101101 1110 100101 0 111 100010101 1000111 1001100

Color Harmonies of #CB95ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB95ED

Black with #CB95ED

Text Example


Text Example

White with #CB95ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB95ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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