Html Css Color HEX #CE75B2 Hopbush

📋 copy color: '#CE75B2'

red 206 ◦ green 117 ◦ blue 178

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

Shades of Hopbush #CE75B2

Tints of Hopbush #CE75B2

RGB

 RED value IS 206 (80.86% from 255) = 41.12%

 GREEN value IS 117 (46.09% from 255) = 23.35%

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 41.12%
G = 23.35%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE75B2 (or 0xCE75B2) is known color: Hopbush. HEX triplet: CE, 75 and B2. RGB value is (206,117,178). Sum of RGB (Red+Green+Blue) = 206+117+178=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE75B2 is #318A4D. Grayscale: #969696. Windows color (decimal): -3246670 or 11695566. OLE color: 11695566.

HSL color Cylindrical-coordinate representation of color #CE75B2: hue angle of 318.88º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE75B2 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 117 178 -
CMYK 0 0.43 0.14 0.19
HSL 318.88º 0.48% 0.63% -
HSV(B) 318.88º 0.43% 0.81% -
XYZ 39.85 29.06 45.63 -
YUV 150.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 206 117 178 0 0.43 0.14 0.19 318.88 0.48 0.63
Hex CE 75 B2 0 2B E 13 13F 30 3F
Octal 316 165 262 0 53 16 23 477 60 77
Binary 11001110 1110101 10110010 0 101011 1110 10011 100111111 110000 111111

Color Harmonies of #CE75B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75B2

Black with #CE75B2

Text Example


Text Example

White with #CE75B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75B2; }

 p { color: rgb(206,117,178); }

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

background-color css

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

 a { background-color: rgb(206,117,178); }

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

border-color css

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

 span { border-color: rgb(206,117,178); }

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