Html Css Color HEX #CB6399 Hopbush

📋 copy color: '#CB6399'

red 203 ◦ green 99 ◦ blue 153

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

Shades of Hopbush #CB6399

Tints of Hopbush #CB6399

RGB

 RED value IS 203 (79.69% from 255) = 44.62%

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

 BLUE value IS 153 (60.16% from 255) = 33.63%

R = 44.62%
G = 21.76%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB6399 (or 0xCB6399) is known color: Hopbush. HEX triplet: CB, 63 and 99. RGB value is (203,99,153). Sum of RGB (Red+Green+Blue) = 203+99+153=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6399 is #349C66. Grayscale: #888888. Windows color (decimal): -3447911 or 10052555. OLE color: 10052555.

HSL color Cylindrical-coordinate representation of color #CB6399: hue angle of 328.85º degrees, saturation: 0.5, 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 #CB6399 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 153 -
CMYK 0 0.51 0.25 0.20
HSL 328.85º 0.5% 0.59% -
HSV(B) 328.85º 0.51% 0.8% -
XYZ 34.84 23.92 32.92 -
YUV 136.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 203 99 153 0 0.51 0.25 0.20 328.85 0.5 0.59
Hex CB 63 99 0 33 19 14 149 32 3B
Octal 313 143 231 0 63 31 24 511 62 73
Binary 11001011 1100011 10011001 0 110011 11001 10100 101001001 110010 111011

Color Harmonies of #CB6399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6399

Black with #CB6399

Text Example


Text Example

White with #CB6399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6399; }

 p { color: rgb(203,99,153); }

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

background-color css

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

 a { background-color: rgb(203,99,153); }

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

border-color css

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

 span { border-color: rgb(203,99,153); }

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