Html Css Color HEX #CE78D8 Orchid

📋 copy color: '#CE78D8'

red 206 ◦ green 120 ◦ blue 216

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

Shades of Orchid #CE78D8

Tints of Orchid #CE78D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.85%

R = 38.01%
G = 22.14%
B = 39.85%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE78D8 (or 0xCE78D8) is known color: Orchid. HEX triplet: CE, 78 and D8. RGB value is (206,120,216). Sum of RGB (Red+Green+Blue) = 206+120+216=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE78D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78D8 is #318727. Grayscale: #9C9C9C. Windows color (decimal): -3245864 or 14186702. OLE color: 14186702.

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

Color convert

RGB 206 120 216 -
CMYK 0.05 0.44 0 0.15
HSL 293.75º 0.55% 0.66% -
HSV(B) 293.75º 0.44% 0.85% -
XYZ 44.56 31.51 68.7 -
YUV 156.66 161.49 163.19 -
System Red Green Blue C M Y K H S L
Decimal 206 120 216 0.05 0.44 0 0.15 293.75 0.55 0.66
Hex CE 78 D8 5 2C 0 F 126 37 42
Octal 316 170 330 5 54 0 17 446 67 102
Binary 11001110 1111000 11011000 101 101100 0 1111 100100110 110111 1000010

Color Harmonies of #CE78D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78D8

Black with #CE78D8

Text Example


Text Example

White with #CE78D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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