Html Css Color HEX #CE71C1 Orchid

📋 copy color: '#CE71C1'

red 206 ◦ green 113 ◦ blue 193

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

Shades of Orchid #CE71C1

Tints of Orchid #CE71C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 40.23%
G = 22.07%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE71C1 (or 0xCE71C1) is known color: Orchid. HEX triplet: CE, 71 and C1. RGB value is (206,113,193). Sum of RGB (Red+Green+Blue) = 206+113+193=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71C1 is #318E3E. Grayscale: #959595. Windows color (decimal): -3247679 or 12677582. OLE color: 12677582.

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

Color convert

RGB 206 113 193 -
CMYK 0 0.45 0.06 0.19
HSL 308.39º 0.49% 0.63% -
HSV(B) 308.39º 0.45% 0.81% -
XYZ 40.98 28.78 53.85 -
YUV 149.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 206 113 193 0 0.45 0.06 0.19 308.39 0.49 0.63
Hex CE 71 C1 0 2D 6 13 134 31 3F
Octal 316 161 301 0 55 6 23 464 61 77
Binary 11001110 1110001 11000001 0 101101 110 10011 100110100 110001 111111

Color Harmonies of #CE71C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71C1

Black with #CE71C1

Text Example


Text Example

White with #CE71C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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