Html Css Color HEX #CE77DE Orchid

📋 copy color: '#CE77DE'

red 206 ◦ green 119 ◦ blue 222

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

Shades of Orchid #CE77DE

Tints of Orchid #CE77DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.59%

R = 37.66%
G = 21.76%
B = 40.59%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE77DE (or 0xCE77DE) is known color: Orchid. HEX triplet: CE, 77 and DE. RGB value is (206,119,222). Sum of RGB (Red+Green+Blue) = 206+119+222=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77DE is #318821. Grayscale: #9C9C9C. Windows color (decimal): -3246114 or 14579662. OLE color: 14579662.

HSL color Cylindrical-coordinate representation of color #CE77DE: hue angle of 290.68º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE77DE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 119 222 -
CMYK 0.07 0.46 0 0.13
HSL 290.68º 0.61% 0.67% -
HSV(B) 290.68º 0.46% 0.87% -
XYZ 45.24 31.59 72.82 -
YUV 156.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 206 119 222 0.07 0.46 0 0.13 290.68 0.61 0.67
Hex CE 77 DE 7 2E 0 D 123 3D 43
Octal 316 167 336 7 56 0 15 443 75 103
Binary 11001110 1110111 11011110 111 101110 0 1101 100100011 111101 1000011

Color Harmonies of #CE77DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77DE

Black with #CE77DE

Text Example


Text Example

White with #CE77DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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