Html Css Color HEX #CE77B5 Orchid

📋 copy color: '#CE77B5'

red 206 ◦ green 119 ◦ blue 181

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

Shades of Orchid #CE77B5

Tints of Orchid #CE77B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.77%

R = 40.71%
G = 23.52%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE77B5 (or 0xCE77B5) is known color: Orchid. HEX triplet: CE, 77 and B5. RGB value is (206,119,181). Sum of RGB (Red+Green+Blue) = 206+119+181=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77B5 is #31884A. Grayscale: #979797. Windows color (decimal): -3246155 or 11892686. OLE color: 11892686.

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

Color convert

RGB 206 119 181 -
CMYK 0 0.42 0.12 0.19
HSL 317.24º 0.47% 0.64% -
HSV(B) 317.24º 0.42% 0.81% -
XYZ 40.39 29.65 47.31 -
YUV 152.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 206 119 181 0 0.42 0.12 0.19 317.24 0.47 0.64
Hex CE 77 B5 0 2A C 13 13D 2F 40
Octal 316 167 265 0 52 14 23 475 57 100
Binary 11001110 1110111 10110101 0 101010 1100 10011 100111101 101111 1000000

Color Harmonies of #CE77B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77B5

Black with #CE77B5

Text Example


Text Example

White with #CE77B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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