Html Css Color HEX #CE78DA Orchid

📋 copy color: '#CE78DA'

red 206 ◦ green 120 ◦ blue 218

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

Shades of Orchid #CE78DA

Tints of Orchid #CE78DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 37.87%
G = 22.06%
B = 40.07%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE78DA (or 0xCE78DA) is known color: Orchid. HEX triplet: CE, 78 and DA. RGB value is (206,120,218). Sum of RGB (Red+Green+Blue) = 206+120+218=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE78DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78DA is #318725. Grayscale: #9C9C9C. Windows color (decimal): -3245862 or 14317774. OLE color: 14317774.

HSL color Cylindrical-coordinate representation of color #CE78DA: hue angle of 292.65º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE78DA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 120 218 -
CMYK 0.06 0.45 0 0.15
HSL 292.65º 0.57% 0.66% -
HSV(B) 292.65º 0.45% 0.85% -
XYZ 44.82 31.62 70.07 -
YUV 156.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 206 120 218 0.06 0.45 0 0.15 292.65 0.57 0.66
Hex CE 78 DA 6 2D 0 F 125 39 42
Octal 316 170 332 6 55 0 17 445 71 102
Binary 11001110 1111000 11011010 110 101101 0 1111 100100101 111001 1000010

Color Harmonies of #CE78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78DA

Black with #CE78DA

Text Example


Text Example

White with #CE78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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