Html Css Color HEX #CE77DD Orchid

📋 copy color: '#CE77DD'

red 206 ◦ green 119 ◦ blue 221

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

Shades of Orchid #CE77DD

Tints of Orchid #CE77DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 37.73%
G = 21.79%
B = 40.48%

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

#CE77DD (or 0xCE77DD) is known color: Orchid. HEX triplet: CE, 77 and DD. RGB value is (206,119,221). Sum of RGB (Red+Green+Blue) = 206+119+221=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77DD is #318822. Grayscale: #9C9C9C. Windows color (decimal): -3246115 or 14514126. OLE color: 14514126.

HSL color Cylindrical-coordinate representation of color #CE77DD: hue angle of 291.18º degrees, saturation: 0.6, 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 #CE77DD is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 119 221 -
CMYK 0.07 0.46 0 0.13
HSL 291.18º 0.6% 0.67% -
HSV(B) 291.18º 0.46% 0.87% -
XYZ 45.1 31.54 72.12 -
YUV 156.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 206 119 221 0.07 0.46 0 0.13 291.18 0.6 0.67
Hex CE 77 DD 7 2E 0 D 123 3C 43
Octal 316 167 335 7 56 0 15 443 74 103
Binary 11001110 1110111 11011101 111 101110 0 1101 100100011 111100 1000011

Color Harmonies of #CE77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77DD

Black with #CE77DD

Text Example


Text Example

White with #CE77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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