Html Css Color HEX #CE78D1 Orchid

📋 copy color: '#CE78D1'

red 206 ◦ green 120 ◦ blue 209

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

Shades of Orchid #CE78D1

Tints of Orchid #CE78D1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.43%

 BLUE value IS 209 (82.03% from 255) = 39.07%

R = 38.5%
G = 22.43%
B = 39.07%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE78D1 (or 0xCE78D1) is known color: Orchid. HEX triplet: CE, 78 and D1. RGB value is (206,120,209). Sum of RGB (Red+Green+Blue) = 206+120+209=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE78D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78D1 is #31872E. Grayscale: #9B9B9B. Windows color (decimal): -3245871 or 13727950. OLE color: 13727950.

HSL color Cylindrical-coordinate representation of color #CE78D1: hue angle of 297.98º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE78D1 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 120 209 -
CMYK 0.01 0.43 0 0.18
HSL 297.98º 0.49% 0.65% -
HSV(B) 297.98º 0.43% 0.82% -
XYZ 43.68 31.16 64.03 -
YUV 155.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 206 120 209 0.01 0.43 0 0.18 297.98 0.49 0.65
Hex CE 78 D1 1 2B 0 12 12A 31 41
Octal 316 170 321 1 53 0 22 452 61 101
Binary 11001110 1111000 11010001 1 101011 0 10010 100101010 110001 1000001

Color Harmonies of #CE78D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78D1

Black with #CE78D1

Text Example


Text Example

White with #CE78D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78D1; }

 p { color: rgb(206,120,209); }

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

background-color css

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

 a { background-color: rgb(206,120,209); }

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

border-color css

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

 span { border-color: rgb(206,120,209); }

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