Html Css Color HEX #CE75B8 Orchid

📋 copy color: '#CE75B8'

red 206 ◦ green 117 ◦ blue 184

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

Shades of Orchid #CE75B8

Tints of Orchid #CE75B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 40.63%
G = 23.08%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE75B8 (or 0xCE75B8) is known color: Orchid. HEX triplet: CE, 75 and B8. RGB value is (206,117,184). Sum of RGB (Red+Green+Blue) = 206+117+184=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75B8 is #318A47. Grayscale: #979797. Windows color (decimal): -3246664 or 12088782. OLE color: 12088782.

HSL color Cylindrical-coordinate representation of color #CE75B8: hue angle of 314.83º 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 #CE75B8 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 117 184 -
CMYK 0 0.43 0.11 0.19
HSL 314.83º 0.48% 0.63% -
HSV(B) 314.83º 0.43% 0.81% -
XYZ 40.47 29.31 48.87 -
YUV 151.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 206 117 184 0 0.43 0.11 0.19 314.83 0.48 0.63
Hex CE 75 B8 0 2B B 13 13B 30 3F
Octal 316 165 270 0 53 13 23 473 60 77
Binary 11001110 1110101 10111000 0 101011 1011 10011 100111011 110000 111111

Color Harmonies of #CE75B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75B8

Black with #CE75B8

Text Example


Text Example

White with #CE75B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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