Html Css Color HEX #C678CE Orchid

📋 copy color: '#C678CE'

red 198 ◦ green 120 ◦ blue 206

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

Shades of Orchid #C678CE

Tints of Orchid #C678CE

RGB

 RED value IS 198 (77.73% from 255) = 37.79%

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 37.79%
G = 22.9%
B = 39.31%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C678CE (or 0xC678CE) is known color: Orchid. HEX triplet: C6, 78 and CE. RGB value is (198,120,206). Sum of RGB (Red+Green+Blue) = 198+120+206=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #C678CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678CE is #398731. Grayscale: #989898. Windows color (decimal): -3770162 or 13531334. OLE color: 13531334.

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

Color convert

RGB 198 120 206 -
CMYK 0.04 0.42 0 0.19
HSL 294.42º 0.47% 0.64% -
HSV(B) 294.42º 0.42% 0.81% -
XYZ 41.15 29.89 61.99 -
YUV 153.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 198 120 206 0.04 0.42 0 0.19 294.42 0.47 0.64
Hex C6 78 CE 4 2A 0 13 126 2F 40
Octal 306 170 316 4 52 0 23 446 57 100
Binary 11000110 1111000 11001110 100 101010 0 10011 100100110 101111 1000000

Color Harmonies of #C678CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C678CE

Black with #C678CE

Text Example


Text Example

White with #C678CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C678CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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