Html Css Color HEX #CC94EE Wisteria

📋 copy color: '#CC94EE'

red 204 ◦ green 148 ◦ blue 238

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

Shades of Wisteria #CC94EE

Tints of Wisteria #CC94EE

RGB

 RED value IS 204 (80.08% from 255) = 34.58%

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

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 34.58%
G = 25.08%
B = 40.34%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC94EE (or 0xCC94EE) is known color: Wisteria. HEX triplet: CC, 94 and EE. RGB value is (204,148,238). Sum of RGB (Red+Green+Blue) = 204+148+238=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC94EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC94EE is #336B11. Grayscale: #AEAEAE. Windows color (decimal): -3369746 or 15635660. OLE color: 15635660.

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

Color convert

RGB 204 148 238 -
CMYK 0.14 0.38 0 0.07
HSL 277.33º 0.73% 0.76% -
HSV(B) 277.33º 0.38% 0.93% -
XYZ 50.92 40.19 85.96 -
YUV 175 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 204 148 238 0.14 0.38 0 0.07 277.33 0.73 0.76
Hex CC 94 EE E 26 0 7 115 49 4C
Octal 314 224 356 16 46 0 7 425 111 114
Binary 11001100 10010100 11101110 1110 100110 0 111 100010101 1001001 1001100

Color Harmonies of #CC94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94EE

Black with #CC94EE

Text Example


Text Example

White with #CC94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94EE; }

 p { color: rgb(204,148,238); }

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

background-color css

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

 a { background-color: rgb(204,148,238); }

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

border-color css

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

 span { border-color: rgb(204,148,238); }

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