Html Css Color HEX #CE71D1 Orchid

📋 copy color: '#CE71D1'

red 206 ◦ green 113 ◦ blue 209

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

Shades of Orchid #CE71D1

Tints of Orchid #CE71D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.58%

R = 39.02%
G = 21.4%
B = 39.58%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE71D1 (or 0xCE71D1) is known color: Orchid. HEX triplet: CE, 71 and D1. RGB value is (206,113,209). Sum of RGB (Red+Green+Blue) = 206+113+209=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE71D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71D1 is #318E2E. Grayscale: #979797. Windows color (decimal): -3247663 or 13726158. OLE color: 13726158.

HSL color Cylindrical-coordinate representation of color #CE71D1: hue angle of 298.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE71D1 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 113 209 -
CMYK 0.01 0.46 0 0.18
HSL 298.13º 0.51% 0.63% -
HSV(B) 298.13º 0.46% 0.82% -
XYZ 42.87 29.54 63.76 -
YUV 151.75 160.31 166.69 -
System Red Green Blue C M Y K H S L
Decimal 206 113 209 0.01 0.46 0 0.18 298.13 0.51 0.63
Hex CE 71 D1 1 2E 0 12 12A 33 3F
Octal 316 161 321 1 56 0 22 452 63 77
Binary 11001110 1110001 11010001 1 101110 0 10010 100101010 110011 111111

Color Harmonies of #CE71D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71D1

Black with #CE71D1

Text Example


Text Example

White with #CE71D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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