Html Css Color HEX #CC89F2 Wisteria

📋 copy color: '#CC89F2'

red 204 ◦ green 137 ◦ blue 242

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

Shades of Wisteria #CC89F2

Tints of Wisteria #CC89F2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.5%

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 34.99%
G = 23.5%
B = 41.51%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC89F2 (or 0xCC89F2) is known color: Wisteria. HEX triplet: CC, 89 and F2. RGB value is (204,137,242). Sum of RGB (Red+Green+Blue) = 204+137+242=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC89F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC89F2 is #33760D. Grayscale: #A8A8A8. Windows color (decimal): -3372558 or 15894988. OLE color: 15894988.

HSL color Cylindrical-coordinate representation of color #CC89F2: hue angle of 278.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC89F2 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 137 242 -
CMYK 0.16 0.43 0 0.05
HSL 278.29º 0.8% 0.74% -
HSV(B) 278.29º 0.43% 0.95% -
XYZ 49.87 37.14 88.54 -
YUV 169 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 204 137 242 0.16 0.43 0 0.05 278.29 0.8 0.74
Hex CC 89 F2 10 2B 0 5 116 50 4A
Octal 314 211 362 20 53 0 5 426 120 112
Binary 11001100 10001001 11110010 10000 101011 0 101 100010110 1010000 1001010

Color Harmonies of #CC89F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC89F2

Black with #CC89F2

Text Example


Text Example

White with #CC89F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC89F2; }

 p { color: rgb(204,137,242); }

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

background-color css

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

 a { background-color: rgb(204,137,242); }

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

border-color css

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

 span { border-color: rgb(204,137,242); }

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