Html Css Color HEX #CC93F0 Wisteria

📋 copy color: '#CC93F0'

red 204 ◦ green 147 ◦ blue 240

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

Shades of Wisteria #CC93F0

Tints of Wisteria #CC93F0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.87%

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

R = 34.52%
G = 24.87%
B = 40.61%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC93F0 (or 0xCC93F0) is known color: Wisteria. HEX triplet: CC, 93 and F0. RGB value is (204,147,240). Sum of RGB (Red+Green+Blue) = 204+147+240=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC93F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC93F0 is #336C0F. Grayscale: #AEAEAE. Windows color (decimal): -3370000 or 15766476. OLE color: 15766476.

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

Color convert

RGB 204 147 240 -
CMYK 0.15 0.39 0 0.06
HSL 276.77º 0.76% 0.76% -
HSV(B) 276.77º 0.39% 0.94% -
XYZ 51.06 40 87.47 -
YUV 174.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 204 147 240 0.15 0.39 0 0.06 276.77 0.76 0.76
Hex CC 93 F0 F 27 0 6 115 4C 4C
Octal 314 223 360 17 47 0 6 425 114 114
Binary 11001100 10010011 11110000 1111 100111 0 110 100010101 1001100 1001100

Color Harmonies of #CC93F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC93F0

Black with #CC93F0

Text Example


Text Example

White with #CC93F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC93F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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