Html Css Color HEX #CE77C2 Orchid

📋 copy color: '#CE77C2'

red 206 ◦ green 119 ◦ blue 194

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

Shades of Orchid #CE77C2

Tints of Orchid #CE77C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 39.69%
G = 22.93%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE77C2 (or 0xCE77C2) is known color: Orchid. HEX triplet: CE, 77 and C2. RGB value is (206,119,194). Sum of RGB (Red+Green+Blue) = 206+119+194=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77C2 is #31883D. Grayscale: #999999. Windows color (decimal): -3246142 or 12744654. OLE color: 12744654.

HSL color Cylindrical-coordinate representation of color #CE77C2: hue angle of 308.28º 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 #CE77C2 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 119 194 -
CMYK 0 0.42 0.06 0.19
HSL 308.28º 0.47% 0.64% -
HSV(B) 308.28º 0.42% 0.81% -
XYZ 41.79 30.21 54.67 -
YUV 153.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 206 119 194 0 0.42 0.06 0.19 308.28 0.47 0.64
Hex CE 77 C2 0 2A 6 13 134 2F 40
Octal 316 167 302 0 52 6 23 464 57 100
Binary 11001110 1110111 11000010 0 101010 110 10011 100110100 101111 1000000

Color Harmonies of #CE77C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77C2

Black with #CE77C2

Text Example


Text Example

White with #CE77C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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