Html Css Color HEX #CE76E0 Orchid

📋 copy color: '#CE76E0'

red 206 ◦ green 118 ◦ blue 224

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

Shades of Orchid #CE76E0

Tints of Orchid #CE76E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.88%

R = 37.59%
G = 21.53%
B = 40.88%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE76E0 (or 0xCE76E0) is known color: Orchid. HEX triplet: CE, 76 and E0. RGB value is (206,118,224). Sum of RGB (Red+Green+Blue) = 206+118+224=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE76E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76E0 is #31891F. Grayscale: #9C9C9C. Windows color (decimal): -3246368 or 14710478. OLE color: 14710478.

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

Color convert

RGB 206 118 224 -
CMYK 0.08 0.47 0 0.12
HSL 289.81º 0.63% 0.67% -
HSV(B) 289.81º 0.47% 0.88% -
XYZ 45.39 31.46 74.2 -
YUV 156.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 206 118 224 0.08 0.47 0 0.12 289.81 0.63 0.67
Hex CE 76 E0 8 2F 0 C 122 3F 43
Octal 316 166 340 10 57 0 14 442 77 103
Binary 11001110 1110110 11100000 1000 101111 0 1100 100100010 111111 1000011

Color Harmonies of #CE76E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76E0

Black with #CE76E0

Text Example


Text Example

White with #CE76E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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