Html Css Color HEX #CC90FC Wisteria

📋 copy color: '#CC90FC'

red 204 ◦ green 144 ◦ blue 252

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

Shades of Wisteria #CC90FC

Tints of Wisteria #CC90FC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24%

 BLUE value IS 252 (98.83% from 255) = 42%

R = 34%
G = 24%
B = 42%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC90FC (or 0xCC90FC) is known color: Wisteria. HEX triplet: CC, 90 and FC. RGB value is (204,144,252). Sum of RGB (Red+Green+Blue) = 204+144+252=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90FC is #336F03. Grayscale: #ADADAD. Windows color (decimal): -3370756 or 16552140. OLE color: 16552140.

HSL color Cylindrical-coordinate representation of color #CC90FC: hue angle of 273.33º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC90FC is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 144 252 -
CMYK 0.19 0.43 0 0.01
HSL 273.33º 0.95% 0.78% -
HSV(B) 273.33º 0.43% 0.99% -
XYZ 52.45 39.81 97.02 -
YUV 174.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 204 144 252 0.19 0.43 0 0.01 273.33 0.95 0.78
Hex CC 90 FC 13 2B 0 1 111 5F 4E
Octal 314 220 374 23 53 0 1 421 137 116
Binary 11001100 10010000 11111100 10011 101011 0 1 100010001 1011111 1001110

Color Harmonies of #CC90FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC90FC

Black with #CC90FC

Text Example


Text Example

White with #CC90FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC90FC; }

 p { color: rgb(204,144,252); }

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

background-color css

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

 a { background-color: rgb(204,144,252); }

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

border-color css

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

 span { border-color: rgb(204,144,252); }

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