Html Css Color HEX #CE76DF Orchid

📋 copy color: '#CE76DF'

red 206 ◦ green 118 ◦ blue 223

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

Shades of Orchid #CE76DF

Tints of Orchid #CE76DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 37.66%
G = 21.57%
B = 40.77%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE76DF (or 0xCE76DF) is known color: Orchid. HEX triplet: CE, 76 and DF. RGB value is (206,118,223). Sum of RGB (Red+Green+Blue) = 206+118+223=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76DF is #318920. Grayscale: #9B9B9B. Windows color (decimal): -3246369 or 14644942. OLE color: 14644942.

HSL color Cylindrical-coordinate representation of color #CE76DF: hue angle of 290.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE76DF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 118 223 -
CMYK 0.08 0.47 0 0.13
HSL 290.29º 0.62% 0.67% -
HSV(B) 290.29º 0.47% 0.87% -
XYZ 45.25 31.41 73.49 -
YUV 156.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 206 118 223 0.08 0.47 0 0.13 290.29 0.62 0.67
Hex CE 76 DF 8 2F 0 D 122 3E 43
Octal 316 166 337 10 57 0 15 442 76 103
Binary 11001110 1110110 11011111 1000 101111 0 1101 100100010 111110 1000011

Color Harmonies of #CE76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76DF

Black with #CE76DF

Text Example


Text Example

White with #CE76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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