Html Css Color HEX #CE77E0 Orchid

📋 copy color: '#CE77E0'

red 206 ◦ green 119 ◦ blue 224

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

Shades of Orchid #CE77E0

Tints of Orchid #CE77E0

RGB

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

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

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

R = 37.52%
G = 21.68%
B = 40.8%

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

#CE77E0 (or 0xCE77E0) is known color: Orchid. HEX triplet: CE, 77 and E0. RGB value is (206,119,224). Sum of RGB (Red+Green+Blue) = 206+119+224=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE77E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77E0 is #31881F. Grayscale: #9C9C9C. Windows color (decimal): -3246112 or 14710734. OLE color: 14710734.

HSL color Cylindrical-coordinate representation of color #CE77E0: hue angle of 289.71º 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 #CE77E0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 119 224 -
CMYK 0.08 0.47 0 0.12
HSL 289.71º 0.63% 0.67% -
HSV(B) 289.71º 0.47% 0.88% -
XYZ 45.5 31.7 74.24 -
YUV 156.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 206 119 224 0.08 0.47 0 0.12 289.71 0.63 0.67
Hex CE 77 E0 8 2F 0 C 122 3F 43
Octal 316 167 340 10 57 0 14 442 77 103
Binary 11001110 1110111 11100000 1000 101111 0 1100 100100010 111111 1000011

Color Harmonies of #CE77E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77E0

Black with #CE77E0

Text Example


Text Example

White with #CE77E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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