Html Css Color HEX #CE77D7 Orchid

📋 copy color: '#CE77D7'

red 206 ◦ green 119 ◦ blue 215

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

Shades of Orchid #CE77D7

Tints of Orchid #CE77D7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.04%

 BLUE value IS 215 (84.38% from 255) = 39.81%

R = 38.15%
G = 22.04%
B = 39.81%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE77D7 (or 0xCE77D7) is known color: Orchid. HEX triplet: CE, 77 and D7. RGB value is (206,119,215). Sum of RGB (Red+Green+Blue) = 206+119+215=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE77D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77D7 is #318828. Grayscale: #9B9B9B. Windows color (decimal): -3246121 or 14120910. OLE color: 14120910.

HSL color Cylindrical-coordinate representation of color #CE77D7: hue angle of 294.38º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE77D7 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 119 215 -
CMYK 0.04 0.45 0 0.16
HSL 294.38º 0.55% 0.65% -
HSV(B) 294.38º 0.45% 0.84% -
XYZ 44.32 31.22 67.98 -
YUV 155.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 206 119 215 0.04 0.45 0 0.16 294.38 0.55 0.65
Hex CE 77 D7 4 2D 0 10 126 37 41
Octal 316 167 327 4 55 0 20 446 67 101
Binary 11001110 1110111 11010111 100 101101 0 10000 100100110 110111 1000001

Color Harmonies of #CE77D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77D7

Black with #CE77D7

Text Example


Text Example

White with #CE77D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77D7; }

 p { color: rgb(206,119,215); }

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

background-color css

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

 a { background-color: rgb(206,119,215); }

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

border-color css

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

 span { border-color: rgb(206,119,215); }

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