Html Css Color HEX #CE7ADC Orchid

📋 copy color: '#CE7ADC'

red 206 ◦ green 122 ◦ blue 220

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

Shades of Orchid #CE7ADC

Tints of Orchid #CE7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.26%

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 37.59%
G = 22.26%
B = 40.15%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE7ADC (or 0xCE7ADC) is known color: Orchid. HEX triplet: CE, 7A and DC. RGB value is (206,122,220). Sum of RGB (Red+Green+Blue) = 206+122+220=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ADC is #318523. Grayscale: #9D9D9D. Windows color (decimal): -3245348 or 14449358. OLE color: 14449358.

HSL color Cylindrical-coordinate representation of color #CE7ADC: hue angle of 291.43º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7ADC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 122 220 -
CMYK 0.06 0.45 0 0.14
HSL 291.43º 0.58% 0.67% -
HSV(B) 291.43º 0.45% 0.86% -
XYZ 45.33 32.21 71.54 -
YUV 158.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 206 122 220 0.06 0.45 0 0.14 291.43 0.58 0.67
Hex CE 7A DC 6 2D 0 E 123 3A 43
Octal 316 172 334 6 55 0 16 443 72 103
Binary 11001110 1111010 11011100 110 101101 0 1110 100100011 111010 1000011

Color Harmonies of #CE7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7ADC

Black with #CE7ADC

Text Example


Text Example

White with #CE7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7ADC; }

 p { color: rgb(206,122,220); }

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

background-color css

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

 a { background-color: rgb(206,122,220); }

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

border-color css

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

 span { border-color: rgb(206,122,220); }

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