Html Css Color HEX #CC88F0 Wisteria

📋 copy color: '#CC88F0'

red 204 ◦ green 136 ◦ blue 240

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

Shades of Wisteria #CC88F0

Tints of Wisteria #CC88F0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.45%

 BLUE value IS 240 (94.14% from 255) = 41.38%

R = 35.17%
G = 23.45%
B = 41.38%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC88F0 (or 0xCC88F0) is known color: Wisteria. HEX triplet: CC, 88 and F0. RGB value is (204,136,240). Sum of RGB (Red+Green+Blue) = 204+136+240=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC88F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC88F0 is #33770F. Grayscale: #A7A7A7. Windows color (decimal): -3372816 or 15763660. OLE color: 15763660.

HSL color Cylindrical-coordinate representation of color #CC88F0: hue angle of 279.23º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC88F0 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 136 240 -
CMYK 0.15 0.43 0 0.06
HSL 279.23º 0.78% 0.74% -
HSV(B) 279.23º 0.43% 0.94% -
XYZ 49.43 36.74 86.92 -
YUV 168.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 204 136 240 0.15 0.43 0 0.06 279.23 0.78 0.74
Hex CC 88 F0 F 2B 0 6 117 4E 4A
Octal 314 210 360 17 53 0 6 427 116 112
Binary 11001100 10001000 11110000 1111 101011 0 110 100010111 1001110 1001010

Color Harmonies of #CC88F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC88F0

Black with #CC88F0

Text Example


Text Example

White with #CC88F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC88F0; }

 p { color: rgb(204,136,240); }

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

background-color css

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

 a { background-color: rgb(204,136,240); }

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

border-color css

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

 span { border-color: rgb(204,136,240); }

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