Html Css Color HEX #CE71E1 Orchid

📋 copy color: '#CE71E1'

red 206 ◦ green 113 ◦ blue 225

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

Shades of Orchid #CE71E1

Tints of Orchid #CE71E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.36%

R = 37.87%
G = 20.77%
B = 41.36%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE71E1 (or 0xCE71E1) is known color: Orchid. HEX triplet: CE, 71 and E1. RGB value is (206,113,225). Sum of RGB (Red+Green+Blue) = 206+113+225=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE71E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71E1 is #318E1E. Grayscale: #999999. Windows color (decimal): -3247647 or 14774734. OLE color: 14774734.

HSL color Cylindrical-coordinate representation of color #CE71E1: hue angle of 289.82º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE71E1 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 113 225 -
CMYK 0.08 0.50 0 0.12
HSL 289.82º 0.65% 0.66% -
HSV(B) 289.82º 0.5% 0.88% -
XYZ 44.95 30.37 74.73 -
YUV 153.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 206 113 225 0.08 0.50 0 0.12 289.82 0.65 0.66
Hex CE 71 E1 8 32 0 C 122 41 42
Octal 316 161 341 10 62 0 14 442 101 102
Binary 11001110 1110001 11100001 1000 110010 0 1100 100100010 1000001 1000010

Color Harmonies of #CE71E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71E1

Black with #CE71E1

Text Example


Text Example

White with #CE71E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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