Html Css Color HEX #CE71C5 Orchid

📋 copy color: '#CE71C5'

red 206 ◦ green 113 ◦ blue 197

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

Shades of Orchid #CE71C5

Tints of Orchid #CE71C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.18%

R = 39.92%
G = 21.9%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE71C5 (or 0xCE71C5) is known color: Orchid. HEX triplet: CE, 71 and C5. RGB value is (206,113,197). Sum of RGB (Red+Green+Blue) = 206+113+197=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71C5 is #318E3A. Grayscale: #969696. Windows color (decimal): -3247675 or 12939726. OLE color: 12939726.

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

Color convert

RGB 206 113 197 -
CMYK 0 0.45 0.04 0.19
HSL 305.81º 0.49% 0.63% -
HSV(B) 305.81º 0.45% 0.81% -
XYZ 41.44 28.96 56.23 -
YUV 150.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 206 113 197 0 0.45 0.04 0.19 305.81 0.49 0.63
Hex CE 71 C5 0 2D 4 13 132 31 3F
Octal 316 161 305 0 55 4 23 462 61 77
Binary 11001110 1110001 11000101 0 101101 100 10011 100110010 110001 111111

Color Harmonies of #CE71C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71C5

Black with #CE71C5

Text Example


Text Example

White with #CE71C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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