Html Css Color HEX #CE7FC6 Orchid

📋 copy color: '#CE7FC6'

red 206 ◦ green 127 ◦ blue 198

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

Shades of Orchid #CE7FC6

Tints of Orchid #CE7FC6

RGB

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

 GREEN value IS 127 (50% from 255) = 23.92%

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 38.79%
G = 23.92%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE7FC6 (or 0xCE7FC6) is known color: Orchid. HEX triplet: CE, 7F and C6. RGB value is (206,127,198). Sum of RGB (Red+Green+Blue) = 206+127+198=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FC6 is #318039. Grayscale: #9E9E9E. Windows color (decimal): -3244090 or 13008846. OLE color: 13008846.

HSL color Cylindrical-coordinate representation of color #CE7FC6: hue angle of 306.08º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7FC6 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 127 198 -
CMYK 0 0.38 0.04 0.19
HSL 306.08º 0.45% 0.65% -
HSV(B) 306.08º 0.38% 0.81% -
XYZ 43.24 32.38 57.4 -
YUV 158.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 206 127 198 0 0.38 0.04 0.19 306.08 0.45 0.65
Hex CE 7F C6 0 26 4 13 132 2D 41
Octal 316 177 306 0 46 4 23 462 55 101
Binary 11001110 1111111 11000110 0 100110 100 10011 100110010 101101 1000001

Color Harmonies of #CE7FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FC6

Black with #CE7FC6

Text Example


Text Example

White with #CE7FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FC6; }

 p { color: rgb(206,127,198); }

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

background-color css

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

 a { background-color: rgb(206,127,198); }

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

border-color css

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

 span { border-color: rgb(206,127,198); }

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