Html Css Color HEX #CE78CB Orchid

📋 copy color: '#CE78CB'

red 206 ◦ green 120 ◦ blue 203

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

Shades of Orchid #CE78CB

Tints of Orchid #CE78CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 38.94%
G = 22.68%
B = 38.37%

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

#CE78CB (or 0xCE78CB) is known color: Orchid. HEX triplet: CE, 78 and CB. RGB value is (206,120,203). Sum of RGB (Red+Green+Blue) = 206+120+203=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78CB is #318734. Grayscale: #9A9A9A. Windows color (decimal): -3245877 or 13334734. OLE color: 13334734.

HSL color Cylindrical-coordinate representation of color #CE78CB: hue angle of 302.09º 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 #CE78CB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 203 -
CMYK 0 0.42 0.01 0.19
HSL 302.09º 0.47% 0.64% -
HSV(B) 302.09º 0.42% 0.81% -
XYZ 42.95 30.87 60.19 -
YUV 155.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 206 120 203 0 0.42 0.01 0.19 302.09 0.47 0.64
Hex CE 78 CB 0 2A 1 13 12E 2F 40
Octal 316 170 313 0 52 1 23 456 57 100
Binary 11001110 1111000 11001011 0 101010 1 10011 100101110 101111 1000000

Color Harmonies of #CE78CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78CB

Black with #CE78CB

Text Example


Text Example

White with #CE78CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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