Html Css Color HEX #CE7FD6 Orchid

📋 copy color: '#CE7FD6'

red 206 ◦ green 127 ◦ blue 214

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

Shades of Orchid #CE7FD6

Tints of Orchid #CE7FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.12%

R = 37.66%
G = 23.22%
B = 39.12%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE7FD6 (or 0xCE7FD6) is known color: Orchid. HEX triplet: CE, 7F and D6. RGB value is (206,127,214). Sum of RGB (Red+Green+Blue) = 206+127+214=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE7FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FD6 is #318029. Grayscale: #A0A0A0. Windows color (decimal): -3244074 or 14057422. OLE color: 14057422.

HSL color Cylindrical-coordinate representation of color #CE7FD6: hue angle of 294.48º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7FD6 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 127 214 -
CMYK 0.04 0.41 0 0.16
HSL 294.48º 0.51% 0.67% -
HSV(B) 294.48º 0.41% 0.84% -
XYZ 45.18 33.16 67.64 -
YUV 160.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 206 127 214 0.04 0.41 0 0.16 294.48 0.51 0.67
Hex CE 7F D6 4 29 0 10 126 33 43
Octal 316 177 326 4 51 0 20 446 63 103
Binary 11001110 1111111 11010110 100 101001 0 10000 100100110 110011 1000011

Color Harmonies of #CE7FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FD6

Black with #CE7FD6

Text Example


Text Example

White with #CE7FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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