Html Css Color HEX #CE76E6 Orchid

📋 copy color: '#CE76E6'

red 206 ◦ green 118 ◦ blue 230

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

Shades of Orchid #CE76E6

Tints of Orchid #CE76E6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.3%

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 37.18%
G = 21.3%
B = 41.52%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE76E6 (or 0xCE76E6) is known color: Orchid. HEX triplet: CE, 76 and E6. RGB value is (206,118,230). Sum of RGB (Red+Green+Blue) = 206+118+230=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76E6 is #318919. Grayscale: #9C9C9C. Windows color (decimal): -3246362 or 15103694. OLE color: 15103694.

HSL color Cylindrical-coordinate representation of color #CE76E6: hue angle of 287.14º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE76E6 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 118 230 -
CMYK 0.10 0.49 0 0.10
HSL 287.14º 0.69% 0.68% -
HSV(B) 287.14º 0.49% 0.9% -
XYZ 46.21 31.79 78.56 -
YUV 157.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 206 118 230 0.10 0.49 0 0.10 287.14 0.69 0.68
Hex CE 76 E6 A 31 0 A 11F 45 44
Octal 316 166 346 12 61 0 12 437 105 104
Binary 11001110 1110110 11100110 1010 110001 0 1010 100011111 1000101 1000100

Color Harmonies of #CE76E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76E6

Black with #CE76E6

Text Example


Text Example

White with #CE76E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76E6; }

 p { color: rgb(206,118,230); }

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

background-color css

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

 a { background-color: rgb(206,118,230); }

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

border-color css

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

 span { border-color: rgb(206,118,230); }

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