Html Css Color HEX #CE76CF Orchid

📋 copy color: '#CE76CF'

red 206 ◦ green 118 ◦ blue 207

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

Shades of Orchid #CE76CF

Tints of Orchid #CE76CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.98%

R = 38.79%
G = 22.22%
B = 38.98%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE76CF (or 0xCE76CF) is known color: Orchid. HEX triplet: CE, 76 and CF. RGB value is (206,118,207). Sum of RGB (Red+Green+Blue) = 206+118+207=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76CF is #318930. Grayscale: #9A9A9A. Windows color (decimal): -3246385 or 13596366. OLE color: 13596366.

HSL color Cylindrical-coordinate representation of color #CE76CF: hue angle of 299.33º degrees, saturation: 0.48, 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 #CE76CF is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 118 207 -
CMYK 0.00 0.43 0 0.19
HSL 299.33º 0.48% 0.64% -
HSV(B) 299.33º 0.43% 0.81% -
XYZ 43.19 30.58 62.66 -
YUV 154.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 206 118 207 0.00 0.43 0 0.19 299.33 0.48 0.64
Hex CE 76 CF 0 2B 0 13 12B 30 40
Octal 316 166 317 0 53 0 23 453 60 100
Binary 11001110 1110110 11001111 0 101011 0 10011 100101011 110000 1000000

Color Harmonies of #CE76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76CF

Black with #CE76CF

Text Example


Text Example

White with #CE76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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