Html Css Color HEX #CC8FFB Wisteria

📋 copy color: '#CC8FFB'

red 204 ◦ green 143 ◦ blue 251

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

Shades of Wisteria #CC8FFB

Tints of Wisteria #CC8FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.97%

R = 34.11%
G = 23.91%
B = 41.97%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC8FFB (or 0xCC8FFB) is known color: Wisteria. HEX triplet: CC, 8F and FB. RGB value is (204,143,251). Sum of RGB (Red+Green+Blue) = 204+143+251=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC8FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FFB is #337004. Grayscale: #ADADAD. Windows color (decimal): -3371013 or 16486348. OLE color: 16486348.

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

Color convert

RGB 204 143 251 -
CMYK 0.19 0.43 0 0.02
HSL 273.89º 0.93% 0.77% -
HSV(B) 273.89º 0.43% 0.98% -
XYZ 52.14 39.45 96.13 -
YUV 173.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 204 143 251 0.19 0.43 0 0.02 273.89 0.93 0.77
Hex CC 8F FB 13 2B 0 2 112 5D 4D
Octal 314 217 373 23 53 0 2 422 135 115
Binary 11001100 10001111 11111011 10011 101011 0 10 100010010 1011101 1001101

Color Harmonies of #CC8FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FFB

Black with #CC8FFB

Text Example


Text Example

White with #CC8FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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