Html Css Color HEX #C678DE Orchid

📋 copy color: '#C678DE'

red 198 ◦ green 120 ◦ blue 222

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

Shades of Orchid #C678DE

Tints of Orchid #C678DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 36.67%
G = 22.22%
B = 41.11%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C678DE (or 0xC678DE) is known color: Orchid. HEX triplet: C6, 78 and DE. RGB value is (198,120,222). Sum of RGB (Red+Green+Blue) = 198+120+222=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #C678DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678DE is #398721. Grayscale: #9A9A9A. Windows color (decimal): -3770146 or 14579910. OLE color: 14579910.

HSL color Cylindrical-coordinate representation of color #C678DE: hue angle of 285.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C678DE is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 120 222 -
CMYK 0.11 0.46 0 0.13
HSL 285.88º 0.61% 0.67% -
HSV(B) 285.88º 0.46% 0.87% -
XYZ 43.19 30.71 72.76 -
YUV 154.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 198 120 222 0.11 0.46 0 0.13 285.88 0.61 0.67
Hex C6 78 DE B 2E 0 D 11E 3D 43
Octal 306 170 336 13 56 0 15 436 75 103
Binary 11000110 1111000 11011110 1011 101110 0 1101 100011110 111101 1000011

Color Harmonies of #C678DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C678DE

Black with #C678DE

Text Example


Text Example

White with #C678DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C678DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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