Html Css Color HEX #CE78CC Orchid

📋 copy color: '#CE78CC'

red 206 ◦ green 120 ◦ blue 204

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

Shades of Orchid #CE78CC

Tints of Orchid #CE78CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 38.87%
G = 22.64%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE78CC (or 0xCE78CC) is known color: Orchid. HEX triplet: CE, 78 and CC. RGB value is (206,120,204). Sum of RGB (Red+Green+Blue) = 206+120+204=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78CC is #318733. Grayscale: #9B9B9B. Windows color (decimal): -3245876 or 13400270. OLE color: 13400270.

HSL color Cylindrical-coordinate representation of color #CE78CC: hue angle of 301.4º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE78CC is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 204 -
CMYK 0 0.42 0.01 0.19
HSL 301.4º 0.47% 0.64% -
HSV(B) 301.4º 0.42% 0.81% -
XYZ 43.07 30.91 60.82 -
YUV 155.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 206 120 204 0 0.42 0.01 0.19 301.4 0.47 0.64
Hex CE 78 CC 0 2A 1 13 12D 2F 40
Octal 316 170 314 0 52 1 23 455 57 100
Binary 11001110 1111000 11001100 0 101010 1 10011 100101101 101111 1000000

Color Harmonies of #CE78CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78CC

Black with #CE78CC

Text Example


Text Example

White with #CE78CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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