Html Css Color HEX #CE71B7 Orchid

📋 copy color: '#CE71B7'

red 206 ◦ green 113 ◦ blue 183

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

Shades of Orchid #CE71B7

Tints of Orchid #CE71B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 41.04%
G = 22.51%
B = 36.45%

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

#CE71B7 (or 0xCE71B7) is known color: Orchid. HEX triplet: CE, 71 and B7. RGB value is (206,113,183). Sum of RGB (Red+Green+Blue) = 206+113+183=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71B7 is #318E48. Grayscale: #949494. Windows color (decimal): -3247689 or 12022222. OLE color: 12022222.

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

Color convert

RGB 206 113 183 -
CMYK 0 0.45 0.11 0.19
HSL 314.84º 0.49% 0.63% -
HSV(B) 314.84º 0.45% 0.81% -
XYZ 39.91 28.35 48.17 -
YUV 148.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 206 113 183 0 0.45 0.11 0.19 314.84 0.49 0.63
Hex CE 71 B7 0 2D B 13 13B 31 3F
Octal 316 161 267 0 55 13 23 473 61 77
Binary 11001110 1110001 10110111 0 101101 1011 10011 100111011 110001 111111

Color Harmonies of #CE71B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71B7

Black with #CE71B7

Text Example


Text Example

White with #CE71B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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