Html Css Color HEX #CB94EC Wisteria

📋 copy color: '#CB94EC'

red 203 ◦ green 148 ◦ blue 236

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

Shades of Wisteria #CB94EC

Tints of Wisteria #CB94EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.21%

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

R = 34.58%
G = 25.21%
B = 40.2%

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

#CB94EC (or 0xCB94EC) is known color: Wisteria. HEX triplet: CB, 94 and EC. RGB value is (203,148,236). Sum of RGB (Red+Green+Blue) = 203+148+236=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB94EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB94EC is #346B13. Grayscale: #AEAEAE. Windows color (decimal): -3435284 or 15504587. OLE color: 15504587.

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

Color convert

RGB 203 148 236 -
CMYK 0.14 0.37 0 0.07
HSL 277.5º 0.7% 0.75% -
HSV(B) 277.5º 0.37% 0.93% -
XYZ 50.36 39.93 84.41 -
YUV 174.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 203 148 236 0.14 0.37 0 0.07 277.5 0.7 0.75
Hex CB 94 EC E 25 0 7 116 46 4B
Octal 313 224 354 16 45 0 7 426 106 113
Binary 11001011 10010100 11101100 1110 100101 0 111 100010110 1000110 1001011

Color Harmonies of #CB94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB94EC

Black with #CB94EC

Text Example


Text Example

White with #CB94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB94EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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