Html Css Color HEX #CE76C7 Orchid

📋 copy color: '#CE76C7'

red 206 ◦ green 118 ◦ blue 199

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

Shades of Orchid #CE76C7

Tints of Orchid #CE76C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.05%

R = 39.39%
G = 22.56%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE76C7 (or 0xCE76C7) is known color: Orchid. HEX triplet: CE, 76 and C7. RGB value is (206,118,199). Sum of RGB (Red+Green+Blue) = 206+118+199=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76C7 is #318938. Grayscale: #999999. Windows color (decimal): -3246393 or 13072078. OLE color: 13072078.

HSL color Cylindrical-coordinate representation of color #CE76C7: hue angle of 304.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE76C7 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 118 199 -
CMYK 0 0.43 0.03 0.19
HSL 304.77º 0.47% 0.64% -
HSV(B) 304.77º 0.43% 0.81% -
XYZ 42.24 30.2 57.64 -
YUV 153.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 206 118 199 0 0.43 0.03 0.19 304.77 0.47 0.64
Hex CE 76 C7 0 2B 3 13 131 2F 40
Octal 316 166 307 0 53 3 23 461 57 100
Binary 11001110 1110110 11000111 0 101011 11 10011 100110001 101111 1000000

Color Harmonies of #CE76C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76C7

Black with #CE76C7

Text Example


Text Example

White with #CE76C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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