Html Css Color HEX #CC6390 Hopbush

📋 copy color: '#CC6390'

red 204 ◦ green 99 ◦ blue 144

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

Shades of Hopbush #CC6390

Tints of Hopbush #CC6390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.15%

 BLUE value IS 144 (56.64% from 255) = 32.21%

R = 45.64%
G = 22.15%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC6390 (or 0xCC6390) is known color: Hopbush. HEX triplet: CC, 63 and 90. RGB value is (204,99,144). Sum of RGB (Red+Green+Blue) = 204+99+144=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6390 is #339C6F. Grayscale: #878787. Windows color (decimal): -3382384 or 9462732. OLE color: 9462732.

HSL color Cylindrical-coordinate representation of color #CC6390: hue angle of 334.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6390 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 99 144 -
CMYK 0 0.51 0.29 0.2
HSL 334.29º 0.51% 0.59% -
HSV(B) 334.29º 0.51% 0.8% -
XYZ 34.4 23.77 29.16 -
YUV 135.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 204 99 144 0 0.51 0.29 0.2 334.29 0.51 0.59
Hex CC 63 90 0 33 1D 14 14E 33 3B
Octal 314 143 220 0 63 35 24 516 63 73
Binary 11001100 1100011 10010000 0 110011 11101 10100 101001110 110011 111011

Color Harmonies of #CC6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6390

Black with #CC6390

Text Example


Text Example

White with #CC6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6390; }

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

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

background-color css

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

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

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

border-color css

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

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

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