Html Css Color HEX #C678DB Orchid

📋 copy color: '#C678DB'

red 198 ◦ green 120 ◦ blue 219

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

Shades of Orchid #C678DB

Tints of Orchid #C678DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 36.87%
G = 22.35%
B = 40.78%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C678DB (or 0xC678DB) is known color: Orchid. HEX triplet: C6, 78 and DB. RGB value is (198,120,219). Sum of RGB (Red+Green+Blue) = 198+120+219=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #C678DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678DB is #398724. Grayscale: #9A9A9A. Windows color (decimal): -3770149 or 14383302. OLE color: 14383302.

HSL color Cylindrical-coordinate representation of color #C678DB: hue angle of 287.27º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C678DB is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 120 219 -
CMYK 0.10 0.45 0 0.14
HSL 287.27º 0.58% 0.66% -
HSV(B) 287.27º 0.45% 0.86% -
XYZ 42.79 30.55 70.66 -
YUV 154.61 164.34 158.95 -
System Red Green Blue C M Y K H S L
Decimal 198 120 219 0.10 0.45 0 0.14 287.27 0.58 0.66
Hex C6 78 DB A 2D 0 E 11F 3A 42
Octal 306 170 333 12 55 0 16 437 72 102
Binary 11000110 1111000 11011011 1010 101101 0 1110 100011111 111010 1000010

Color Harmonies of #C678DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C678DB

Black with #C678DB

Text Example


Text Example

White with #C678DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C678DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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