Html Css Color HEX #CE78D4 Orchid

📋 copy color: '#CE78D4'

red 206 ◦ green 120 ◦ blue 212

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

Shades of Orchid #CE78D4

Tints of Orchid #CE78D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.41%

R = 38.29%
G = 22.3%
B = 39.41%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE78D4 (or 0xCE78D4) is known color: Orchid. HEX triplet: CE, 78 and D4. RGB value is (206,120,212). Sum of RGB (Red+Green+Blue) = 206+120+212=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE78D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78D4 is #31872B. Grayscale: #9B9B9B. Windows color (decimal): -3245868 or 13924558. OLE color: 13924558.

HSL color Cylindrical-coordinate representation of color #CE78D4: hue angle of 296.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE78D4 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 120 212 -
CMYK 0.03 0.43 0 0.17
HSL 296.09º 0.52% 0.65% -
HSV(B) 296.09º 0.43% 0.83% -
XYZ 44.05 31.31 66.01 -
YUV 156.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 206 120 212 0.03 0.43 0 0.17 296.09 0.52 0.65
Hex CE 78 D4 3 2B 0 11 128 34 41
Octal 316 170 324 3 53 0 21 450 64 101
Binary 11001110 1111000 11010100 11 101011 0 10001 100101000 110100 1000001

Color Harmonies of #CE78D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78D4

Black with #CE78D4

Text Example


Text Example

White with #CE78D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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