Html Css Color HEX #CE71B8 Orchid

📋 copy color: '#CE71B8'

red 206 ◦ green 113 ◦ blue 184

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

Shades of Orchid #CE71B8

Tints of Orchid #CE71B8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.47%

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

R = 40.95%
G = 22.47%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE71B8 (or 0xCE71B8) is known color: Orchid. HEX triplet: CE, 71 and B8. RGB value is (206,113,184). Sum of RGB (Red+Green+Blue) = 206+113+184=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71B8 is #318E47. Grayscale: #949494. Windows color (decimal): -3247688 or 12087758. OLE color: 12087758.

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

Color convert

RGB 206 113 184 -
CMYK 0 0.45 0.11 0.19
HSL 314.19º 0.49% 0.63% -
HSV(B) 314.19º 0.45% 0.81% -
XYZ 40.01 28.39 48.72 -
YUV 148.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 206 113 184 0 0.45 0.11 0.19 314.19 0.49 0.63
Hex CE 71 B8 0 2D B 13 13A 31 3F
Octal 316 161 270 0 55 13 23 472 61 77
Binary 11001110 1110001 10111000 0 101101 1011 10011 100111010 110001 111111

Color Harmonies of #CE71B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71B8

Black with #CE71B8

Text Example


Text Example

White with #CE71B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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