Html Css Color HEX #CC8CE3 Wisteria

📋 copy color: '#CC8CE3'

red 204 ◦ green 140 ◦ blue 227

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

Shades of Wisteria #CC8CE3

Tints of Wisteria #CC8CE3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.52%

 BLUE value IS 227 (89.06% from 255) = 39.75%

R = 35.73%
G = 24.52%
B = 39.75%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC8CE3 (or 0xCC8CE3) is known color: Wisteria. HEX triplet: CC, 8C and E3. RGB value is (204,140,227). Sum of RGB (Red+Green+Blue) = 204+140+227=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC8CE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CE3 is #33731C. Grayscale: #A8A8A8. Windows color (decimal): -3371805 or 14912716. OLE color: 14912716.

HSL color Cylindrical-coordinate representation of color #CC8CE3: hue angle of 284.14º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC8CE3 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 140 227 -
CMYK 0.10 0.38 0 0.11
HSL 284.14º 0.61% 0.72% -
HSV(B) 284.14º 0.38% 0.89% -
XYZ 48.15 37.14 77.3 -
YUV 169.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 204 140 227 0.10 0.38 0 0.11 284.14 0.61 0.72
Hex CC 8C E3 A 26 0 B 11C 3D 48
Octal 314 214 343 12 46 0 13 434 75 110
Binary 11001100 10001100 11100011 1010 100110 0 1011 100011100 111101 1001000

Color Harmonies of #CC8CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CE3

Black with #CC8CE3

Text Example


Text Example

White with #CC8CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CE3; }

 p { color: rgb(204,140,227); }

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

background-color css

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

 a { background-color: rgb(204,140,227); }

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

border-color css

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

 span { border-color: rgb(204,140,227); }

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