Html Css Color HEX #CC92F1 Wisteria

📋 copy color: '#CC92F1'

red 204 ◦ green 146 ◦ blue 241

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

Shades of Wisteria #CC92F1

Tints of Wisteria #CC92F1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.7%

 BLUE value IS 241 (94.53% from 255) = 40.78%

R = 34.52%
G = 24.7%
B = 40.78%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC92F1 (or 0xCC92F1) is known color: Wisteria. HEX triplet: CC, 92 and F1. RGB value is (204,146,241). Sum of RGB (Red+Green+Blue) = 204+146+241=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC92F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC92F1 is #336D0E. Grayscale: #ADADAD. Windows color (decimal): -3370255 or 15831756. OLE color: 15831756.

HSL color Cylindrical-coordinate representation of color #CC92F1: hue angle of 276.63º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC92F1 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 146 241 -
CMYK 0.15 0.39 0 0.05
HSL 276.63º 0.77% 0.76% -
HSV(B) 276.63º 0.39% 0.95% -
XYZ 51.06 39.75 88.2 -
YUV 174.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 204 146 241 0.15 0.39 0 0.05 276.63 0.77 0.76
Hex CC 92 F1 F 27 0 5 115 4D 4C
Octal 314 222 361 17 47 0 5 425 115 114
Binary 11001100 10010010 11110001 1111 100111 0 101 100010101 1001101 1001100

Color Harmonies of #CC92F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC92F1

Black with #CC92F1

Text Example


Text Example

White with #CC92F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC92F1; }

 p { color: rgb(204,146,241); }

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

background-color css

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

 a { background-color: rgb(204,146,241); }

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

border-color css

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

 span { border-color: rgb(204,146,241); }

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