Html Css Color HEX #CC8FFC Wisteria

📋 copy color: '#CC8FFC'

red 204 ◦ green 143 ◦ blue 252

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

Shades of Wisteria #CC8FFC

Tints of Wisteria #CC8FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.87%

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 34.06%
G = 23.87%
B = 42.07%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC8FFC (or 0xCC8FFC) is known color: Wisteria. HEX triplet: CC, 8F and FC. RGB value is (204,143,252). Sum of RGB (Red+Green+Blue) = 204+143+252=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FFC is #337003. Grayscale: #ADADAD. Windows color (decimal): -3371012 or 16551884. OLE color: 16551884.

HSL color Cylindrical-coordinate representation of color #CC8FFC: hue angle of 273.58º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC8FFC is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 143 252 -
CMYK 0.19 0.43 0 0.01
HSL 273.58º 0.95% 0.77% -
HSV(B) 273.58º 0.43% 0.99% -
XYZ 52.29 39.51 96.97 -
YUV 173.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 204 143 252 0.19 0.43 0 0.01 273.58 0.95 0.77
Hex CC 8F FC 13 2B 0 1 112 5F 4D
Octal 314 217 374 23 53 0 1 422 137 115
Binary 11001100 10001111 11111100 10011 101011 0 1 100010010 1011111 1001101

Color Harmonies of #CC8FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FFC

Black with #CC8FFC

Text Example


Text Example

White with #CC8FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FFC; }

 p { color: rgb(204,143,252); }

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

background-color css

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

 a { background-color: rgb(204,143,252); }

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

border-color css

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

 span { border-color: rgb(204,143,252); }

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