Html Css Color HEX #CE71C8 Orchid

📋 copy color: '#CE71C8'

red 206 ◦ green 113 ◦ blue 200

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

Shades of Orchid #CE71C8

Tints of Orchid #CE71C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.54%

R = 39.69%
G = 21.77%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE71C8 (or 0xCE71C8) is known color: Orchid. HEX triplet: CE, 71 and C8. RGB value is (206,113,200). Sum of RGB (Red+Green+Blue) = 206+113+200=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71C8 is #318E37. Grayscale: #969696. Windows color (decimal): -3247672 or 13136334. OLE color: 13136334.

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

Color convert

RGB 206 113 200 -
CMYK 0 0.45 0.03 0.19
HSL 303.87º 0.49% 0.63% -
HSV(B) 303.87º 0.45% 0.81% -
XYZ 41.78 29.1 58.06 -
YUV 150.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 206 113 200 0 0.45 0.03 0.19 303.87 0.49 0.63
Hex CE 71 C8 0 2D 3 13 130 31 3F
Octal 316 161 310 0 55 3 23 460 61 77
Binary 11001110 1110001 11001000 0 101101 11 10011 100110000 110001 111111

Color Harmonies of #CE71C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71C8

Black with #CE71C8

Text Example


Text Example

White with #CE71C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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