Html Css Color HEX #CE7FDE Orchid

📋 copy color: '#CE7FDE'

red 206 ◦ green 127 ◦ blue 222

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

Shades of Orchid #CE7FDE

Tints of Orchid #CE7FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 37.12%
G = 22.88%
B = 40%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE7FDE (or 0xCE7FDE) is known color: Orchid. HEX triplet: CE, 7F and DE. RGB value is (206,127,222). Sum of RGB (Red+Green+Blue) = 206+127+222=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FDE is #318021. Grayscale: #A1A1A1. Windows color (decimal): -3244066 or 14581710. OLE color: 14581710.

HSL color Cylindrical-coordinate representation of color #CE7FDE: hue angle of 289.89º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7FDE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 127 222 -
CMYK 0.07 0.43 0 0.13
HSL 289.89º 0.59% 0.68% -
HSV(B) 289.89º 0.43% 0.87% -
XYZ 46.23 33.57 73.15 -
YUV 161.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 206 127 222 0.07 0.43 0 0.13 289.89 0.59 0.68
Hex CE 7F DE 7 2B 0 D 122 3B 44
Octal 316 177 336 7 53 0 15 442 73 104
Binary 11001110 1111111 11011110 111 101011 0 1101 100100010 111011 1000100

Color Harmonies of #CE7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FDE

Black with #CE7FDE

Text Example


Text Example

White with #CE7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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