Html Css Color HEX #CE71C2 Orchid

📋 copy color: '#CE71C2'

red 206 ◦ green 113 ◦ blue 194

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

Shades of Orchid #CE71C2

Tints of Orchid #CE71C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.82%

R = 40.16%
G = 22.03%
B = 37.82%

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

#CE71C2 (or 0xCE71C2) is known color: Orchid. HEX triplet: CE, 71 and C2. RGB value is (206,113,194). Sum of RGB (Red+Green+Blue) = 206+113+194=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71C2 is #318E3D. Grayscale: #959595. Windows color (decimal): -3247678 or 12743118. OLE color: 12743118.

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

Color convert

RGB 206 113 194 -
CMYK 0 0.45 0.06 0.19
HSL 307.74º 0.49% 0.63% -
HSV(B) 307.74º 0.45% 0.81% -
XYZ 41.1 28.83 54.44 -
YUV 150.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 206 113 194 0 0.45 0.06 0.19 307.74 0.49 0.63
Hex CE 71 C2 0 2D 6 13 134 31 3F
Octal 316 161 302 0 55 6 23 464 61 77
Binary 11001110 1110001 11000010 0 101101 110 10011 100110100 110001 111111

Color Harmonies of #CE71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71C2

Black with #CE71C2

Text Example


Text Example

White with #CE71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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