Html Css Color HEX #CE71DF Orchid

📋 copy color: '#CE71DF'

red 206 ◦ green 113 ◦ blue 223

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

Shades of Orchid #CE71DF

Tints of Orchid #CE71DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 38.01%
G = 20.85%
B = 41.14%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE71DF (or 0xCE71DF) is known color: Orchid. HEX triplet: CE, 71 and DF. RGB value is (206,113,223). Sum of RGB (Red+Green+Blue) = 206+113+223=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE71DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71DF is #318E20. Grayscale: #999999. Windows color (decimal): -3247649 or 14643662. OLE color: 14643662.

HSL color Cylindrical-coordinate representation of color #CE71DF: hue angle of 290.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE71DF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 113 223 -
CMYK 0.08 0.49 0 0.13
HSL 290.73º 0.63% 0.66% -
HSV(B) 290.73º 0.49% 0.87% -
XYZ 44.68 30.26 73.3 -
YUV 153.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 206 113 223 0.08 0.49 0 0.13 290.73 0.63 0.66
Hex CE 71 DF 8 31 0 D 123 3F 42
Octal 316 161 337 10 61 0 15 443 77 102
Binary 11001110 1110001 11011111 1000 110001 0 1101 100100011 111111 1000010

Color Harmonies of #CE71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71DF

Black with #CE71DF

Text Example


Text Example

White with #CE71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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